Allow users to report posts or comments that violate community guidelines.
Moderators will review reported content and take appropriate actions.
โ
Tasks
๐ Acceptance Criteria
- Authenticated users can report posts or comments.
- Reports contain reason, status, and reporter info.
- Moderators can view and manage reports via dashboard.
- Reported content can be removed by moderators if necessary.
- Feedback is provided after submitting or resolving a report.
Allow users to report posts or comments that violate community guidelines.
Moderators will review reported content and take appropriate actions.
โ Tasks
Database Integration
Reportmodel linked toUser(reporter) and target (PostorComment).pending,reviewed,resolved), createdAt.UI/UX
Backend / Fullstack Logic
Testing & QA
๐ Acceptance Criteria