From 9f9efc2bc07810d2e06b37bad94e5922681eadef Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 18 Feb 2026 22:38:15 +0900 Subject: feat: refactor tournament to generic DB-backed N-person bracket 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 --- backend/admin/templates/dashboard.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'backend/admin/templates/dashboard.html') diff --git a/backend/admin/templates/dashboard.html b/backend/admin/templates/dashboard.html index 5a7b484..2e9336a 100644 --- a/backend/admin/templates/dashboard.html +++ b/backend/admin/templates/dashboard.html @@ -10,6 +10,9 @@

Problems

+

+ Tournaments +

Online Qualifying Ranking

-- cgit v1.3.1