[MokoCBRegGuard] [FEATURE] Admin dashboard for flagged registrations #24
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature Description
A CB backend tab/view that provides a centralized dashboard for reviewing flagged registrations stored in
#__cbregguard_log.Problem or Use Case
Moderators receive email notifications but have no centralized view of flagged registrations. They must query the database directly or sift through emails to review flagged signups.
Proposed Solution
Add a CB backend tab that displays
#__cbregguard_logentries with:moderator_actioncolumn)Alternative Solutions
Benefits
Implementation Details (Optional)
xml/views/RegGuardHelper.phpfor filtered/paginated resultsmoderator_actioncolumn for action trackingRelevant Standards
Checklist
Built: RegGuardHelper.getAdminDashboard() — stats by risk level, recent flagged registrations.