Felt - Go/Svelte project
Find a file
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
.planning docs(01-04): complete clock engine plan 2026-03-01 03:58:29 +01:00
cmd/leaf feat(01-04): add clock warnings, API routes, tests, and server wiring 2026-03-01 03:56:23 +01:00
docs Initial docs/project description including financial models 2026-02-28 15:37:21 +01:00
frontend feat(01-10): SvelteKit frontend scaffold with Catppuccin theme and clients 2026-03-01 03:54:29 +01:00
internal feat(01-05): add built-in templates, seed data, wizard tests, and template tests 2026-03-01 03:59:34 +01:00
.gitignore feat(01-01): initialize Go module, dependency tree, and project scaffold 2026-03-01 03:34:44 +01:00
go.mod feat(01-01): implement core infrastructure — NATS, LibSQL, WebSocket hub, HTTP server 2026-03-01 03:42:42 +01:00
go.sum feat(01-01): implement core infrastructure — NATS, LibSQL, WebSocket hub, HTTP server 2026-03-01 03:42:42 +01:00
Makefile feat(01-10): SvelteKit frontend scaffold with Catppuccin theme and clients 2026-03-01 03:54:29 +01:00