felt/internal/template
Mikkel Georgsen 99545bd128 feat(01-05): implement building block CRUD and API routes
- ChipSetService with full CRUD, duplication, builtin protection
- BlindStructure service with level validation and CRUD
- PayoutStructure service with bracket/tier nesting and 100% sum validation
- BuyinConfig service with rake split validation and all rebuy/addon fields
- TournamentTemplate service with FK validation and expanded view
- WizardService generates blind structures from high-level inputs
- API routes: /chip-sets, /blind-structures, /payout-structures, /buyin-configs, /tournament-templates
- All mutations require admin role, reads require floor+
- Wired template routes into server protected group

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 03:55:47 +01:00
..
buyin.go feat(01-05): implement building block CRUD and API routes 2026-03-01 03:55:47 +01:00
chipset.go feat(01-05): implement building block CRUD and API routes 2026-03-01 03:55:47 +01:00
payout.go feat(01-05): implement building block CRUD and API routes 2026-03-01 03:55:47 +01:00
tournament.go feat(01-05): implement building block CRUD and API routes 2026-03-01 03:55:47 +01:00