Skip to content
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

Implement basic logic within the function to flag or hide content matching the filter rules. #5

Closed
lhitmi opened this issue Sep 12, 2024 · 1 comment
Labels
backend main code is written in backend
Milestone

Comments

@lhitmi
Copy link

lhitmi commented Sep 12, 2024

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

@lhitmi lhitmi modified the milestones: Sprint 1, Sprint 2 Sep 12, 2024
@lhitmi lhitmi added the backend main code is written in backend label Sep 12, 2024
@mohamed-elzeni
Copy link
Member

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.

@mohamed-elzeni mohamed-elzeni closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend main code is written in backend
Projects
None yet
Development

No branches or pull requests

2 participants