feat: initial tournament manager implementation #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "tournament-manager-bot/tournament-manager:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Complete tournament management system with:
See README.md and docs/architecture.md for details.
- Add teams_per_match column to tournaments table (2-8 teams supported) - Add sport presets with default team counts: - 2-team: Soccer, Basketball, Volleyball, Ultimate, Pickleball, Ping Pong, Badminton, Chess, Pool/Billiards - 4-team: Dutch Blitz, Otrio - Custom option for manual configuration - Update bracket generation to handle multi-team matches - Center the create tournament form and edit match dialog - Fix HTMX updates so Generate Bracket button appears without refresh - Dynamic match box sizing based on teams per matchInitial tournament manager implementationto feat: initial tournament manager implementationView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.