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
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: