felt/internal/player
Mikkel Georgsen 8b4b131371 feat(01-07): add player API routes, ranking tests, CSV export safety
- PlayerHandler with all CRUD routes and tournament player operations
- Buy-in flow: register + financial engine + auto-seat suggestion
- Bust flow: hitman selection + bounty transfer + re-ranking
- Undo bust with full re-ranking and rankings response
- Rankings API endpoint returning derived positions
- QR code endpoint returns PNG image with Cache-Control header
- CSV import via multipart upload (admin only)
- Player merge endpoint (admin only)
- CSV export safety: formula injection neutralization (tab-prefix =,+,-,@)
- Ranking tests: bust order, undo re-ranking, early undo, re-entry,
  deal positions, auto-close, concurrent busts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 04:35:05 +01:00
..
export.go feat(01-07): add player API routes, ranking tests, CSV export safety 2026-03-01 04:35:05 +01:00
player.go feat(01-07): implement player CRUD, search, merge, CSV import, QR codes 2026-03-01 04:32:13 +01:00
player_test.go feat(01-07): add player API routes, ranking tests, CSV export safety 2026-03-01 04:35:05 +01:00
qrcode.go feat(01-07): implement player CRUD, search, merge, CSV import, QR codes 2026-03-01 04:32:13 +01:00
ranking.go feat(01-07): implement player CRUD, search, merge, CSV import, QR codes 2026-03-01 04:32:13 +01:00
ranking_test.go feat(01-07): add player API routes, ranking tests, CSV export safety 2026-03-01 04:35:05 +01:00