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
This issue addresses the implementation of automated filters as part of the content filtering system. It has high impact due to its essential role in enabling content moderation and requires moderate effort to complete in Sprint 2. The function correctly flags or hides inappropriate content according to the rules. The logic ensures that flagged content is either blocked from publication or sent for admin review, with proper feedback given to users. User story is issue #18
The text was updated successfully, but these errors were encountered:
This isn't necessary anymore since the filtering happens when creating a post. There is no need to flag posts later on since they are not allowed to be posted in the first place if inappropriate.
This issue addresses the implementation of automated filters as part of the content filtering system. It has high impact due to its essential role in enabling content moderation and requires moderate effort to complete in Sprint 2. The function correctly flags or hides inappropriate content according to the rules. The logic ensures that flagged content is either blocked from publication or sent for admin review, with proper feedback given to users. User story is issue #18
The text was updated successfully, but these errors were encountered: