aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/admin/templates/dashboard.html
AgeCommit message (Collapse)Author
2026-02-20feat(admin): integrate asynqmon web UI for task queue monitoringnsfisis
Mount asynqmon HTTP handler under admin/queue with existing session cookie and admin middleware authentication. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18feat: refactor tournament to generic DB-backed N-person bracketnsfisis
Replace hardcoded 6-person tournament with a generic single-elimination bracket system backed by new DB tables (tournaments, tournament_entries, tournament_matches). Includes admin CRUD, standard seeding algorithm, bye handling, and a CSS Grid bracket renderer on the frontend. Add comprehensive tests for backend API/admin handlers, seeding logic, and frontend bracket component. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2025-09-06feat(backend): update qualifying ranking pagensfisis
2025-09-06feat(backend): add admin page for problemsnsfisis
2025-08-14feat(backend,frontend): Replace hard-coded base path with environment variablensfisis
2025-04-02fix(backend): fix pathsnsfisis
2025-04-02feat(backend): add admin tool to fix submission statusnsfisis
2025-03-20feat(backend): add /admin/online-qualifying-rankingnsfisis
2025-03-04rm audio featurensfisis
2024-08-21feat(backend): add /admin/audio pagensfisis
2024-08-19refactor(backend): do not hard-code base pathnsfisis
2024-08-10feat: prepend base pathnsfisis
2024-08-04feat(backend): add /logout to /admin/dashboardnsfisis
2024-08-04feat(backend): serve /admin/* pages from api-servernsfisis