You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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:
needs_review
set to true, show a button on the homepage with the textReview an existing submission
index
view to retrieve a record that needs reviewed.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!
The text was updated successfully, but these errors were encountered: