Skip to content

feat(backend): create admin dashboard backend#215

Merged
RUKAYAT-CODER merged 1 commit intoEarnQuestOne:mainfrom
yusuftomilola:feat/admin-dashboard-166
Mar 29, 2026
Merged

feat(backend): create admin dashboard backend#215
RUKAYAT-CODER merged 1 commit intoEarnQuestOne:mainfrom
yusuftomilola:feat/admin-dashboard-166

Conversation

@yusuftomilola
Copy link
Copy Markdown
Contributor

Summary

  • Add AdminService with paginated user listing, user-by-id lookup, and platform stats
  • Add AdminController exposing GET /admin/users, GET /admin/users/:id, and GET /admin/stats
  • Wire everything into AdminModule using existing JwtAuthGuard, RolesGuard, and User entity

closes #166

Add AdminModule with service and controller providing:
- Paginated user listing and individual user lookup
- Platform stats endpoint (total users, admin count)
- JWT + role-based access control via existing guards
@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 29, 2026

@yusuftomilola 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

@RUKAYAT-CODER RUKAYAT-CODER merged commit cde2d80 into EarnQuestOne:main Mar 29, 2026
2 checks passed
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.

Create Admin Dashboard Backend

2 participants