felt/internal
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
..
audit docs(01-05): complete Blind Structure + Chip Sets + Templates plan 2026-03-01 04:02:11 +01:00
auth feat(01-03): implement PIN auth routes, JWT HS256 enforcement, and auth tests 2026-03-01 03:59:05 +01:00
blind feat(01-05): add built-in templates, seed data, wizard tests, and template tests 2026-03-01 03:59:34 +01:00
clock feat(01-04): add clock warnings, API routes, tests, and server wiring 2026-03-01 03:56:23 +01:00
financial feat(01-06): implement financial transaction engine 2026-03-01 04:11:58 +01:00
nats feat(01-01): implement core infrastructure — NATS, LibSQL, WebSocket hub, HTTP server 2026-03-01 03:42:42 +01:00
player feat(01-01): initialize Go module, dependency tree, and project scaffold 2026-03-01 03:34:44 +01:00
seating feat(01-08): implement table management, auto-seating, blueprints, and hand-for-hand 2026-03-01 04:10:28 +01:00
server feat(01-03): implement PIN auth routes, JWT HS256 enforcement, and auth tests 2026-03-01 03:59:05 +01:00
store feat(01-08): implement table management, auto-seating, blueprints, and hand-for-hand 2026-03-01 04:10:28 +01:00
template feat(01-05): add built-in templates, seed data, wizard tests, and template tests 2026-03-01 03:59:34 +01:00
tournament feat(01-01): initialize Go module, dependency tree, and project scaffold 2026-03-01 03:34:44 +01:00