felt/internal
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
..
audit feat(01-01): initialize Go module, dependency tree, and project scaffold 2026-03-01 03:34:44 +01:00
auth feat(01-01): initialize Go module, dependency tree, and project scaffold 2026-03-01 03:34:44 +01:00
blind feat(01-05): implement building block CRUD and API routes 2026-03-01 03:55:47 +01:00
clock feat(01-04): implement clock engine state machine, ticker, and registry 2026-03-01 03:51:07 +01:00
financial feat(01-01): initialize Go module, dependency tree, and project scaffold 2026-03-01 03:34:44 +01:00
nats feat(01-01): implement core infrastructure — NATS, LibSQL, WebSocket hub, HTTP server 2026-03-01 03:42:42 +01:00
player feat(01-01): initialize Go module, dependency tree, and project scaffold 2026-03-01 03:34:44 +01:00
seating feat(01-01): initialize Go module, dependency tree, and project scaffold 2026-03-01 03:34:44 +01:00
server feat(01-05): implement building block CRUD and API routes 2026-03-01 03:55:47 +01:00
store feat(01-02): implement migration runner with FTS5, seed data, and dev seed 2026-03-01 03:37:22 +01:00
template feat(01-05): implement building block CRUD and API routes 2026-03-01 03:55:47 +01:00
tournament feat(01-01): initialize Go module, dependency tree, and project scaffold 2026-03-01 03:34:44 +01:00