Skip to content

feat: implement comprehensive content reporting system and admin moderation dashboard#448

Open
Trovic1 wants to merge 1 commit into
StarkMindsHQ:mainfrom
Trovic1:feat/report-content
Open

feat: implement comprehensive content reporting system and admin moderation dashboard#448
Trovic1 wants to merge 1 commit into
StarkMindsHQ:mainfrom
Trovic1:feat/report-content

Conversation

@Trovic1
Copy link
Copy Markdown

@Trovic1 Trovic1 commented Apr 25, 2026

Overview

This PR implements a platform-wide content reporting system to ensure community safety and compliance. It allows users to flag inappropriate content across all interactive sections of the platform and provides administrators with a dedicated dashboard for moderation.

Key Changes

  • Expanded Reporting Capabilities: Added "Report" functionality (flag icons) to:
    • Real-time Chat messages
    • Mentor Q&A (Questions and Answers)
    • Inline Lesson Comments
    • Video Detail Modal comments
    • Course Reviews
  • Admin Moderation Dashboard: Created a new protected route at /admin/reports that features:
    • A professional list view of all reported content.
    • Filtering by status (Pending, Resolved, etc.) and content type.
    • Detailed report views with reporter information and content context.
    • Ability for admins to update report statuses and add internal resolution notes.
  • Service Integration: Fully integrated with the reportService to handle API interactions and state management.

Impact

This feature enhances platform safety by giving users the tools to report abuse and providing administrators with the necessary interface to manage those reports efficiently.

Testing

  • Verified report modal triggers and submissions across all integrated components.
  • Validated the Admin Dashboard's ability to fetch, filter, and update report statuses.
    closes Content Reporting & Flagging Component #397

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Apr 25, 2026

@Trovic1 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Content Reporting & Flagging Component

1 participant