Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return status that the review is updated to for CNN review API #625

Conversation

grindarius
Copy link
Contributor

✅ DoD

(use na when API docs (Release notes, etc) do not need to be updated)

📝 Summary

  • Make the API POST /streams/:streamId/detections/:start/review return an object in a shape of
    [
      {
        "id": "1217128",
        "status": "unreviewed"
      }
    ]
    back to the user so they know what the actual review status is being written to in the database.

📸 Examples

Put screenshots or response/request examples here!

🛑 Problems

  • Write any discovered & unresolved problems (link to created Jira issues)

💡 More ideas

Write any more ideas you have

@grindarius grindarius self-assigned this May 30, 2024
@grindarius grindarius linked an issue May 30, 2024 that may be closed by this pull request
grindarius and others added 2 commits May 31, 2024 14:30
Co-authored-by: Grigorii Nechitailo <necgregory@gmail.com>
@grindarius grindarius merged commit 11726af into develop May 31, 2024
3 checks passed
@grindarius grindarius deleted the enhancement/622-cnn-validations---return-status-that-the-review-is-updated-to branch May 31, 2024 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CNN validations - return status that the review is updated to
2 participants