You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(admin): implement complete administrative module with RBAC and observability
- implement administrative dashboard with operational metrics
- add consolidated healthcheck and Prometheus metrics endpoints
- implement user management (list, search, block/unblock, password reset and role management)
- implement scraper management with manual trigger and reprocessing
- add audit log migration and administrative action tracking
- integrate audit logs into dashboard, observability and scraper operations
- implement role-based access control (support, admin and super_admin)
- split administrative routes into support, admin and super_admin scopes
- register administrative routes in the application
- export audit schema and update dashboard repository
- include user role in authenticated session for RBAC validation
- update authentication tests for new session contract
- ensure TypeScript compilation and unit tests pass
0 commit comments