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

Profanity Filter (cont.), Flagged Content Page #60

Open
4 tasks
DanielChee opened this issue Feb 2, 2025 · 0 comments
Open
4 tasks

Profanity Filter (cont.), Flagged Content Page #60

DanielChee opened this issue Feb 2, 2025 · 0 comments
Assignees

Comments

@DanielChee
Copy link
Collaborator

DanielChee commented Feb 2, 2025

Description

With the backend implemented, we should now be able to flag posts and comments that contain at least one word from the profanity word list. Now, our goal is to filter out flagged posts from the main community page, and display them in the admin dashboard

Main community page

It should be pretty self explanatory as to what the main community page looks like without posts where post.isFlagged === true. Just make sure none are displayed on this page.

Likewise, comments with comment.isFlagged === true should not appear in comment sections.

Admin dashboard Content Flagging

The Figma should contain the design of what this page should now look like. Make sure to display both posts and comments that are flagged.

Appearing in your profile

Flagged posts can be viewed through someone's profile. There should be no filtering here.

Acceptance Criteria

  • Ensure no flagged posts appear in the main community page
  • Ensure no flagged comments appear in any post
  • Ensure flagged posts can still be viewed through a profile
  • Admin dashboard "Content Flagging" page is updated to show flagged posts and comments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants