[backend] Implement Admin Operations Center: User Management, Dispute Resolution, System Health
Description: Build admin operations center with: user impersonation (audit-logged), dispute resolution workflow, system health dashboard, manual settlement trigger, KYC override, feature flags.
Impact: Operational efficiency; faster incident response; regulatory audit trail; reduced engineering escalation.
Suggested Fix:
- Create admin API routes in
backend/src/routes/adminRoutes.ts
- Implement controllers: user management, disputes, health, settlements
- Add audit logging for all admin actions
- Build frontend admin panel in
frontend/src/app/[locale]/admin
- Role-based access: super_admin, ops, support
Points: 150
Type: enhancement
Definition of Done
📋 Before working on this issue, please read our Contributing Guidelines — it covers branching, commits, PR standards, testing, and style guides.
Join our Telegram community to connect with other contributors, ask questions, and stay updated:
💬 Telegram: https://t.me/+eRqhka27TVo0NzM8
All official decisions, reviews, and coordination happen right here on GitHub. The Telegram group is a space for informal discussion and peer support.
[backend] Implement Admin Operations Center: User Management, Dispute Resolution, System Health
Description: Build admin operations center with: user impersonation (audit-logged), dispute resolution workflow, system health dashboard, manual settlement trigger, KYC override, feature flags.
Impact: Operational efficiency; faster incident response; regulatory audit trail; reduced engineering escalation.
Suggested Fix:
backend/src/routes/adminRoutes.tsfrontend/src/app/[locale]/adminPoints: 150
Type: enhancement
Definition of Done
📋 Before working on this issue, please read our Contributing Guidelines — it covers branching, commits, PR standards, testing, and style guides.
Join our Telegram community to connect with other contributors, ask questions, and stay updated:
💬 Telegram: https://t.me/+eRqhka27TVo0NzM8
All official decisions, reviews, and coordination happen right here on GitHub. The Telegram group is a space for informal discussion and peer support.