aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/fixtures/dev.sql
AgeCommit message (Collapse)Author
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-05feat(backend): support swift languagensfisis
2025-03-08websocket to pollingnsfisis
2025-03-04rm registration tokennsfisis
2024-08-11feat: simplify starting procedurensfisis
2024-08-09feat: support authentication via forteensfisis
2024-08-08chore(backend): update fixturesnsfisis
2024-08-05chore(backend): update fixturesnsfisis
2024-08-05feat(backend): update fixturesnsfisis
2024-08-05feat(backend): add `game_type` column to `games`nsfisis
2024-07-30feat(backend): implement password-based authenticationnsfisis
2024-07-30feat(backend): add fixture file for local devnsfisis