Files
goodgo-platform/apps
Ho Ngoc Hai 57d32fee13 feat(admin): complete admin module with user mgmt, KYC approval, and bulk moderation
Add missing admin backend endpoints:
- User management: list users (paginated/filterable), user detail view, update user status
- KYC approval: pending KYC queue, approve/reject KYC with comments
- Bulk moderation: approve/reject multiple listings in one request
- Domain events for KYC lifecycle (approved/rejected)
- Unit tests for all new handlers (35 tests passing)

All endpoints protected by ADMIN role guard via JwtAuthGuard + RolesGuard.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-08 02:27:16 +07:00
..