gamer147
110867358c
feat(arena-colosseum): lobby + constructed entry (phase 1)
Closes 5 of arena-colosseum's 16 spec shapes (1/16 → 6/16). Lobby reads
(/top, /get_fee_info, /event_info) render an empty "no event scheduled"
payload by default; /entry + /register_deck activate via admin-flipped
ColosseumSeason + ColosseumRounds config sections.
* Schema: ViewerArenaColosseumRun standalone table (unique on ViewerId)
with jsonb run-state columns mirroring ViewerArenaTwoPickRun.
* Config sections: ColosseumSeasonConfig (event-level), ColosseumRoundsConfig
(the 3-round bracket). Empty defaults — IsColosseumPeriod=false.
* Migration AddArenaColosseumRun (DDL only; seed rows come from the section
ShippedDefaults via EnsureSeedDataAsync).
* DTOs: ColosseumLobbyInfo (round-level, /top + /get_fee_info), ColosseumEventInfo
(event-level, /event_info), ColosseumOwnStatus (shared status block),
ColosseumEntryRef, ColosseumFeeList, ColosseumUserDeck, ColosseumBattleResults,
ColosseumRoundDetail + ColosseumGroupRow. EventInfoResponse uses explicit
[JsonPropertyName("1"|"2"|"3")] for the string-keyed rounds shape per spec.
* Controller: ArenaColosseumController replaces the 1-action stub with
the five lifecycle endpoints. /top emits leader_skin_id even when 0
(project_wire_null_policy override).
* Tests: 11 controller-level tests + 6 config round-trip tests covering
empty-season payloads, run-seeded /top round-trip, crystal/rupy entry
debits, now_round_id mismatch rejection, deck_no_list round-trip + reject.
2026-06-13 12:16:22 -04:00
..
2026-06-13 11:35:41 -04:00
2026-06-12 23:01:53 -04:00
2026-05-27 10:41:49 -04:00
2026-05-29 21:03:10 -04:00
2026-06-13 12:16:22 -04:00
2026-06-13 12:16:22 -04:00
2026-06-03 20:15:48 -04:00
2026-05-31 12:06:50 -04:00
2026-06-03 07:50:49 -04:00
2026-06-03 07:50:49 -04:00
2026-05-26 23:26:46 -04:00
2026-06-03 07:50:49 -04:00
2026-05-26 09:16:21 -04:00
2026-05-26 09:16:21 -04:00
2026-06-09 20:52:47 -04:00
2026-06-13 09:58:55 -04:00
2026-05-28 02:21:57 -04:00
2026-06-01 01:59:47 -04:00
2026-06-13 11:25:40 -04:00
2026-05-28 09:11:21 -04:00
2026-05-24 00:17:28 -04:00
2026-06-13 08:12:02 -04:00
2026-06-13 08:11:13 -04:00
2026-06-13 08:13:49 -04:00
2026-05-28 18:04:28 -04:00
2026-06-13 08:15:29 -04:00
2026-06-13 08:14:36 -04:00
2026-06-13 08:16:19 -04:00
2026-06-12 21:30:19 -04:00
2026-06-09 08:48:16 -04:00
2026-06-10 08:54:50 -04:00
2026-06-09 20:58:53 -04:00
2026-06-12 12:11:15 -04:00
2026-06-09 14:49:43 -04:00
2026-05-27 22:41:02 -04:00
2026-05-29 14:36:50 -04:00
2026-06-03 07:50:49 -04:00
2026-06-12 12:27:40 -04:00
2026-05-29 14:03:35 -04:00
2026-06-01 00:41:09 -04:00
2026-06-12 23:29:55 -04:00
2026-06-12 23:33:50 -04:00
2026-05-27 10:35:40 -04:00
2026-06-12 23:08:42 -04:00
2026-06-08 18:55:48 -04:00
2026-06-12 23:12:49 -04:00
2026-06-01 00:23:15 -04:00
2026-05-31 01:22:08 -04:00
2026-06-09 08:48:16 -04:00
2026-06-12 23:26:29 -04:00
2026-06-09 08:48:16 -04:00
2026-05-30 23:17:11 -04:00
2026-05-29 12:01:36 -04:00
2026-06-09 17:37:35 -04:00
2026-06-12 22:59:35 -04:00
2026-05-25 12:03:47 -04:00
2026-06-02 12:28:42 -04:00
2026-06-10 10:46:00 -04:00
2026-06-10 08:22:19 -04:00
2026-06-12 23:22:25 -04:00
2026-06-12 23:17:10 -04:00
2026-06-03 07:50:49 -04:00
2026-05-27 23:23:07 -04:00
2026-05-27 14:24:55 -04:00
2026-05-28 20:22:59 -04:00
2026-06-09 20:45:49 -04:00
2026-06-09 17:04:12 -04:00