tw4l / bulk-reviewer

DEPRECATED. Replaced with Electron desktop application: https://github.com/bulk-reviewer/bulk-reviewer
GNU Affero General Public License v3.0
13 stars 1 forks source link

Add "verified" status to Files #58

Closed tw4l closed 5 years ago

tw4l commented 5 years ago

Give user the option to mark files as "verified" to assist the user in remembering which results have already been looked at (regardless of/separate from user classification of feature as confirmed or dismissed).

Steps:

  1. Add verified Boolean field to File Django model
  2. Add API PATCH endpoint for partially updating File verified field
  3. Add button to toggle verified status in RedactionPane.vue component
  4. Display verified status in frontend: RedactionPane, BulkViewTableRow, and maybe NodeTree?
tw4l commented 5 years ago

Implemented in commit https://github.com/timothyryanwalsh/bulk-reviewer/commit/daea2699c2a69c0e7966d8e6bdc466ee63a5a8ce

(verified status not yet implemented in NodeTree)