Indicate vetting progress to users #291
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
About this PR
This PR is another in a series of changes that sets up a community vetting workflow for the BatAI web application. It depends on #281.
Changes
Fix #279
The following acceptance criteria from the linked issue are addressed with this set of changes:
1. A reviewer can filter the list to show only uncompleted files.
This can be done on the main Recordings view:

Or the side bar:

2. Completion state is visible without opening each file.
This is part of #281. A new column was added to the main Recording view that indicates which files have been reviewed and have a submitted annotation for that user.
The following are additional optional changes implemented by this PR:
1. Display a progress summary (for example: 127 / 300 completed).
Todo: