Felt - Go/Svelte project
Find a file
Mikkel Georgsen 51153df8dd feat(01-06): implement financial transaction engine
- ProcessBuyIn with late registration cutoff and admin override
- ProcessRebuy with limit, level/time cutoff, and chip threshold checks
- ProcessAddOn with window validation and single-use enforcement
- ProcessReEntry requiring busted status with player reactivation
- ProcessBountyTransfer with PKO half-split and fixed bounty modes
- UndoTransaction reversing all financial effects
- IsLateRegistrationOpen checking both level AND time cutoffs
- GetSeasonReserves for season withholding tracking
- Rake split transactions per category (house, staff, league, season_reserve)
- Full audit trail integration for every transaction
- WebSocket broadcast for real-time updates
- 14 passing tests covering all flows

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 04:11:58 +01:00
.planning docs(01-03): complete Authentication + Audit Trail + Undo Engine plan 2026-03-01 04:05:55 +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-06): implement financial transaction engine 2026-03-01 04:11:58 +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