elmeg-demo/backend/routers
fullsizemalt c16fe559e0 feat: Add Admin Panel (Phase 2)
Backend:
- admin.py router with user management CRUD
- Platform stats endpoint
- Shows/Songs/Venues/Tours CRUD
- Protected by RoleChecker (admin only)

Frontend:
- /admin dashboard with stats cards
- Users tab with search and edit dialog
- Content tab with entity counts
- Role/ban/verification management
2025-12-21 13:50:52 -08:00
..
admin.py feat: Add Admin Panel (Phase 2) 2025-12-21 13:50:52 -08:00
artists.py feat: Initial elmeg-demo with full-stack fandom archive platform 2025-12-19 22:01:29 -08:00
attendance.py feat: Initial elmeg-demo with full-stack fandom archive platform 2025-12-19 22:01:29 -08:00
auth.py feat: Add email verification and password reset (Phase 1) 2025-12-21 13:28:54 -08:00
badges.py feat: Initial elmeg-demo with full-stack fandom archive platform 2025-12-19 22:01:29 -08:00
feed.py fix(backend): Handle missing users in feed API gracefully 2025-12-21 01:13:07 -08:00
groups.py feat: Initial elmeg-demo with full-stack fandom archive platform 2025-12-19 22:01:29 -08:00
leaderboards.py fix: Correct leaderboards queries to use proper Rating FKs 2025-12-21 03:22:59 -08:00
moderation.py feat: Initial elmeg-demo with full-stack fandom archive platform 2025-12-19 22:01:29 -08:00
nicknames.py feat: Initial elmeg-demo with full-stack fandom archive platform 2025-12-19 22:01:29 -08:00
notifications.py feat(notifications): Added notification system with mention support 2025-12-21 02:36:02 -08:00
performances.py feat: Initial elmeg-demo with full-stack fandom archive platform 2025-12-19 22:01:29 -08:00
preferences.py feat: Initial elmeg-demo with full-stack fandom archive platform 2025-12-19 22:01:29 -08:00
reviews.py feat: Initial elmeg-demo with full-stack fandom archive platform 2025-12-19 22:01:29 -08:00
search.py feat: Initial elmeg-demo with full-stack fandom archive platform 2025-12-19 22:01:29 -08:00
shows.py feat: Add /shows/recent and /stats/top-songs API endpoints 2025-12-20 22:19:12 -08:00
social.py feat(social): Add threaded comments backend support 2025-12-21 02:43:00 -08:00
songs.py feat(frontend): Added Heady Version sorting to song page & fixed backend bug 2025-12-21 01:45:33 -08:00
stats.py feat: Add /shows/recent and /stats/top-songs API endpoints 2025-12-20 22:19:12 -08:00
tours.py feat: Initial elmeg-demo with full-stack fandom archive platform 2025-12-19 22:01:29 -08:00
users.py feat(backend): Add endpoints for onboarding flow (profile & prefs) 2025-12-21 02:52:01 -08:00
venues.py feat: Initial elmeg-demo with full-stack fandom archive platform 2025-12-19 22:01:29 -08:00