Felt - Go/Svelte project
Find a file
Mikkel Georgsen 295844983a test(01-09): add ICM, chop/deal, tournament lifecycle, and integration tests
- 12 ICM tests: exact/Monte Carlo, validation, performance, convergence
- 6 chop/deal tests: chip chop, even chop, custom, partial, positions, tournament end
- 9 tournament unit tests: template creation, overrides, start validation, auto-close, multi-tournament, state aggregation
- 4 integration tests: full lifecycle, deal workflow, cancel, pause/resume
- Fix integration test DB concurrency with file-based DB + WAL mode

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 08:10:52 +01:00
.planning docs(01-07): complete Player Management plan 2026-03-01 04:37:27 +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-13): layout shell with header, tabs, FAB, toast, data table 2026-03-01 04:13:17 +01:00
internal test(01-09): add ICM, chop/deal, tournament lifecycle, and integration tests 2026-03-01 08:10:52 +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-07): implement player CRUD, search, merge, CSV import, QR codes 2026-03-01 04:32:13 +01:00
go.sum feat(01-07): implement player CRUD, search, merge, CSV import, QR codes 2026-03-01 04:32:13 +01:00
Makefile feat(01-10): SvelteKit frontend scaffold with Catppuccin theme and clients 2026-03-01 03:54:29 +01:00