felt/internal/blind
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
..
structure.go feat(01-05): implement building block CRUD and API routes 2026-03-01 03:55:47 +01:00
templates.go feat(01-03): implement PIN auth routes, JWT HS256 enforcement, and auth tests 2026-03-01 03:59:05 +01:00
wizard.go feat(01-05): implement building block CRUD and API routes 2026-03-01 03:55:47 +01:00
wizard_test.go feat(01-05): add built-in templates, seed data, wizard tests, and template tests 2026-03-01 03:59:34 +01:00