From 6d9865f677982c6128036a17deef3a28c407f661 Mon Sep 17 00:00:00 2001 From: Madison Swain-Bowden Date: Tue, 26 Dec 2023 11:15:53 -0800 Subject: [PATCH] Clarify status vs reason --- .../20230517-implementation_plan_mature_copy_change.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/projects/proposals/trust_and_safety/content_report_moderation/20230517-implementation_plan_mature_copy_change.md b/documentation/projects/proposals/trust_and_safety/content_report_moderation/20230517-implementation_plan_mature_copy_change.md index 84479cd77cd..f7a9f4f65d8 100644 --- a/documentation/projects/proposals/trust_and_safety/content_report_moderation/20230517-implementation_plan_mature_copy_change.md +++ b/documentation/projects/proposals/trust_and_safety/content_report_moderation/20230517-implementation_plan_mature_copy_change.md @@ -92,9 +92,9 @@ the following steps will need to be taken: - `AbstractMatureMedia` -> `AbstractSensitiveMedia` - `MatureImage` -> `SensitiveImage` - `MatureAudio` -> `SensitiveAudio` -2. Add `sensitive` and `sensitive_filtered` as new statuses for the - `AbstractMediaReport` class. Also add `sensitive_filtered` as to the check - for +2. Add `sensitive` and `sensitive_filtered` as a new status and reason + respectively for the `AbstractMediaReport` class. Also add + `sensitive_filtered` as to the check for [creating sensitive media records](https://github.com/WordPress/openverse/blob/aa16d4f1be7607b12c428886b9890bdd947cc71c/api/api/models/media.py#L224). Instance of `mature` that are supplied for the reporting endpoints should be converted to `sensitive`.