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-05-24 21:13:15 -04:00
2026-05-24 21:13:15 -04:00
2026-05-25 12:03:47 -04:00
2026-05-25 12:03:47 -04:00
2026-05-25 12:03:47 -04:00
2026-05-25 12:03:47 -04:00
2026-05-25 14:36:12 -04:00
2026-05-25 14:36:12 -04:00
2026-05-25 16:45:02 -04:00
2026-05-25 16:45:02 -04:00
2026-05-25 19:07:49 -04:00
2026-05-25 19:07:49 -04:00
2026-05-25 19:07:49 -04:00
2026-05-25 19:07:49 -04:00
2026-05-26 09:16:21 -04:00
2026-05-26 09:16:21 -04:00
2026-05-26 10:01:37 -04:00
2026-05-26 10:01:37 -04:00
2026-05-26 21:57:47 -04:00
2026-05-26 21:57:47 -04:00
2026-05-26 22:40:45 -04:00
2026-05-26 22:40:45 -04:00
2026-05-27 10:11:25 -04:00
2026-05-27 10:11:25 -04:00
2026-05-27 13:54:15 -04:00
2026-05-27 13:54:15 -04:00
2026-05-27 14:46:19 -04:00
2026-05-27 14:46:19 -04:00
2026-05-27 21:44:24 -04:00
2026-05-27 21:44:24 -04:00
2026-05-27 22:09:45 -04:00
2026-05-27 22:09:45 -04:00
2026-05-27 22:41:02 -04:00
2026-05-27 22:41:02 -04:00
2026-05-27 22:55:09 -04:00
2026-05-27 22:55:09 -04:00
2026-05-27 23:23:07 -04:00
2026-05-27 23:23:07 -04:00
2026-05-28 12:02:54 -04:00
2026-05-28 12:02:54 -04:00
2026-05-28 22:50:22 -04:00
2026-05-28 22:50:22 -04:00
2026-05-29 10:28:50 -04:00
2026-05-29 10:28:50 -04:00
2026-05-30 21:40:50 -04:00
2026-05-30 21:40:50 -04:00
2026-05-31 10:20:37 -04:00
2026-05-31 10:20:37 -04:00
2026-05-31 13:44:33 -04:00
2026-05-31 13:44:33 -04:00
2026-06-02 11:58:19 -04:00
2026-06-02 11:58:19 -04:00
2026-06-08 18:51:12 -04:00
2026-06-08 18:51:12 -04:00
2026-06-08 20:44:52 -04:00
2026-06-08 20:44:52 -04:00
2026-06-08 21:31:02 -04:00
2026-06-08 21:31:02 -04:00
2026-06-08 21:34:20 -04:00
2026-06-08 21:34:20 -04:00
2026-06-09 09:53:10 -04:00
2026-06-09 09:53:10 -04:00
2026-06-09 14:24:36 -04:00
2026-06-09 14:24:36 -04:00
2026-06-09 16:33:12 -04:00
2026-06-09 16:33:12 -04:00
2026-06-09 17:27:16 -04:00
2026-06-09 17:27:16 -04:00
2026-06-09 18:45:18 -04:00
2026-06-09 18:45:18 -04:00
2026-06-09 21:42:41 -04:00
2026-06-09 21:42:41 -04:00
2026-06-10 07:32:05 -04:00
2026-06-10 07:32:05 -04:00
2026-06-13 09:54:51 -04:00
2026-06-13 09:54:51 -04:00
2026-06-13 11:25:40 -04:00
2026-06-13 11:25:40 -04:00
2026-06-13 12:16:22 -04:00
2026-06-13 12:16:22 -04:00
2026-06-13 12:16:22 -04:00