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

Add an option to review submissions that the reviewer requested #4

Open
4 tasks
DavidEBest opened this issue Oct 1, 2022 · 0 comments
Open
4 tasks

Comments

@DavidEBest
Copy link
Contributor

The submission process includes a checkbox requesting that someone else reviews the content that they provided.

I'd like to add an option to the site for someone to do that.

Here are the notional tasks needed:

  • If there are records in the database with needs_review set to true, show a button on the homepage with the text Review an existing submission
  • Update the main index view to retrieve a record that needs reviewed.
  • Create a new view or extend the detail view to provide an interface for reviewing submissions. This view should highlight the review comment provided and draw attention to the "Please Review" checkbox. If they complete the review process and are confident in their results, they should uncheck the box.
  • Update the review endpoint or create a new endpoint for submitting the review. As with the review workflow, the user should be directed to another record to review, if one exists.

This is a notional list of the tasks needed. We are open to alternate implementations. :)

If you have any questions, don't hesitate to ask!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant