felt/internal/template
Mikkel Georgsen 7dbb4cab1a feat(01-05): add built-in templates, seed data, wizard tests, and template tests
- Built-in blind structures: Turbo (15min), Standard (20min), Deep Stack (30min), WSOP-style (60min, BB ante)
- Built-in payout structure: Standard with 4 entry-count brackets (8-20, 21-30, 31-40, 41+)
- Built-in buy-in configs: Basic 200 DKK through WSOP 1000 DKK with rake splits
- 4 built-in tournament templates composing above building blocks
- 005_builtin_templates.sql seed migration (INSERT OR IGNORE, safe to re-run)
- Wizard tests: standard, various player counts, denomination alignment, edge cases
- Template tests: create/expand/duplicate/save-as/delete-builtin/list

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 03:59:34 +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
tournament_test.go feat(01-05): add built-in templates, seed data, wizard tests, and template tests 2026-03-01 03:59:34 +01:00