-
Notifications
You must be signed in to change notification settings - Fork 218
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
Create ModerationDecision
table
#3636
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing user-facing feature
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: api
Related to the Django API
Milestone
Comments
This was referenced Jan 7, 2024
This is blocked on #3719 which enables plural media identifiers and adds additional actions for the decision model. |
#3840 has been merged. I've updated the description and removed the |
Thank you, Staci! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing user-facing feature
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: api
Related to the Django API
Description
The plan for this has been modified slightly from the description in the IP based on the subsequent Bulk actions IP, so the full description (including updates) is written out below. Where it differs from the IP I have bolded the text so it is easier to see.
db_constrained
argumentmarked_sensitive
(marked a work as sensitive)deindexed_copyright
(deindexed the work from Openverse search due to copyright)deindexed_sensitive
(deindexed the work from Openverse search due to sensitivity)rejected_reports
(the reviewed reports were rejected)deduplicated_reports
(the reviewed reports were marked as duplicates, in other words, re-reports that did not result in deindexing but were also accurate, for example, re-reports of a sensitive work that add information regarding sensitivity but do not require deindexing)reversed_deindex
(undo a previous deindexing decision)reversed_mark_sensitive
(undo a previous decision marking the record sensitive)decision_id
column to the Report modelssave
methodsBlocks #3638, #3641, #3840, and #3844
The text was updated successfully, but these errors were encountered: