feddd910eb
fix: restore reveal payload import in submit_guess
CI / test-and-quality (push) Failing after 12s
CI / test-and-quality (pull_request) Failing after 12s
2026-03-18 02:12:11 +00:00
dd615796f4
refactor(payloads): delegate session detail gameplay payload
CI / test-and-quality (push) Failing after 11s
CI / test-and-quality (pull_request) Failing after 12s
2026-03-18 01:33:47 +00:00
1c7f1e7c53
fix(ci): satisfy PR #320 lobby lint contract
CI / test-and-quality (pull_request) Successful in 3m56s
CI / test-and-quality (push) Successful in 3m56s
2026-03-17 20:06:12 +00:00
03850b5ed5
refactor(gameplay): extract start/show transitions from lobby views
CI / test-and-quality (push) Failing after 11s
CI / test-and-quality (pull_request) Failing after 12s
2026-03-17 19:44:13 +00:00
16c9cf6b57
refactor(gameplay): extract round start payload builders
CI / test-and-quality (push) Successful in 3m51s
CI / test-and-quality (pull_request) Successful in 3m53s
2026-03-17 19:15:44 +00:00
c45f04f9f1
refactor(gameplay): extract round question payload builder
CI / test-and-quality (push) Successful in 3m41s
CI / test-and-quality (pull_request) Successful in 3m42s
2026-03-17 18:55:28 +00:00
319038555a
refactor(gameplay): move phase view model into cartridge
CI / test-and-quality (pull_request) Successful in 3m42s
CI / test-and-quality (push) Successful in 3m44s
2026-03-17 18:29:11 +00:00
dfa197b33b
refactor(gameplay): keep host transition payloads in cartridge
CI / test-and-quality (pull_request) Successful in 3m37s
CI / test-and-quality (push) Successful in 3m38s
2026-03-17 16:06:46 +00:00
94f940e5d8
refactor(gameplay): delegate host transition events from service
CI / test-and-quality (push) Successful in 3m35s
CI / test-and-quality (pull_request) Successful in 3m35s
2026-03-17 13:43:44 +00:00
d272e35a79
refactor(gameplay): keep host transition events in payload layer
CI / test-and-quality (push) Successful in 3m28s
CI / test-and-quality (pull_request) Successful in 3m28s
2026-03-17 13:04:58 +00:00
8a07433f11
refactor(gameplay): move transition event composition into service
CI / test-and-quality (pull_request) Successful in 3m36s
CI / test-and-quality (push) Successful in 3m37s
2026-03-17 11:58:39 +00:00
a916da12a7
refactor: move scoreboard promotion out of lobby view
CI / test-and-quality (pull_request) Successful in 3m26s
CI / test-and-quality (push) Successful in 3m28s
2026-03-17 10:41:09 +00:00
7f20cb3bf9
refactor(gameplay): move scoreboard phase events into cartridge payloads
CI / test-and-quality (push) Successful in 3m25s
CI / test-and-quality (pull_request) Successful in 3m27s
2026-03-17 10:13:41 +00:00
f736f4f74e
refactor(gameplay): move scoreboard transitions into cartridge service
CI / test-and-quality (push) Successful in 3m27s
CI / test-and-quality (pull_request) Successful in 3m28s
2026-03-17 09:29:02 +00:00
8247787404
refactor(gameplay): move transition payload builders to cartridge
CI / test-and-quality (pull_request) Successful in 3m30s
CI / test-and-quality (push) Successful in 3m31s
2026-03-17 09:08:14 +00:00
212549373b
fix(gameplay): gate next-round replay on scoreboard exit marker
CI / test-and-quality (push) Successful in 3m25s
CI / test-and-quality (pull_request) Successful in 3m26s
2026-03-17 08:25:57 +00:00
root
c8750af4d8
fix(gameplay): restore extracted helper imports
CI / test-and-quality (push) Successful in 3m29s
CI / test-and-quality (pull_request) Successful in 3m29s
2026-03-17 07:24:50 +00:00
44e480931b
fix(gameplay): gate next-round replay on prior scoreboard exit
CI / test-and-quality (push) Failing after 11s
CI / test-and-quality (pull_request) Failing after 11s
2026-03-17 07:05:56 +00:00
1839b30e0a
merge(main): resolve PR #320 gameplay conflicts
CI / test-and-quality (push) Failing after 13s
CI / test-and-quality (pull_request) Failing after 14s
2026-03-17 06:44:21 +00:00
542d326615
fix(gameplay): gate next-round replay on prior transition
CI / test-and-quality (push) Successful in 3m24s
CI / test-and-quality (pull_request) Successful in 3m27s
2026-03-17 06:21:00 +00:00
d36d256daf
fix(gameplay): make scoreboard host exits idempotent
CI / test-and-quality (push) Successful in 3m44s
CI / test-and-quality (pull_request) Successful in 3m45s
2026-03-17 05:41:13 +00:00
2ee235c6c0
refactor(fupogfakta): extract first lobby gameplay slice ( #312 )
CI / test-and-quality (push) Successful in 3m8s
CI / test-and-quality (pull_request) Successful in 3m13s
2026-03-17 05:37:31 +00:00
7c0332f95f
fix(gameplay): harden scoreboard to round bootstrap invariants ( #300 )
CI / test-and-quality (push) Successful in 3m20s
CI / test-and-quality (pull_request) Successful in 2m52s
2026-03-16 15:22:03 +00:00
242aeaacd6
fix(lobby): avoid orphaned round configs on round start
CI / test-and-quality (pull_request) Successful in 3m6s
CI / test-and-quality (push) Successful in 3m8s
2026-03-16 04:22:45 +00:00
624bcd602b
fix(lobby): gate reveal promotion on resolved rounds
CI / test-and-quality (pull_request) Successful in 2m58s
CI / test-and-quality (push) Successful in 2m59s
2026-03-16 03:45:10 +00:00
bfa4ab859c
fix(lobby): promote zero-score reveals to scoreboard
CI / test-and-quality (push) Failing after 2m35s
CI / test-and-quality (pull_request) Failing after 2m36s
2026-03-16 03:01:02 +00:00
3706bc3b1c
fix(lobby): guard auto score calculation
2026-03-16 02:42:19 +00:00
a6e09e2bea
fix(lobby): remove dead reveal state flag
CI / test-and-quality (push) Successful in 2m57s
CI / test-and-quality (pull_request) Successful in 2m59s
2026-03-16 02:20:57 +00:00
ab08dc2b6d
feat(lobby): align canonical round flow for issue 287
CI / test-and-quality (push) Failing after 10s
CI / test-and-quality (pull_request) Failing after 10s
2026-03-16 01:00:07 +00:00
a2c60749f8
feat(lobby): canonicalize round phase ownership
2026-03-16 00:44:11 +00:00
e8883e803b
fix: preserve reveal before scoreboard
CI / test-and-quality (push) Successful in 2m52s
CI / test-and-quality (pull_request) Successful in 2m52s
2026-03-15 14:24:42 +00:00
root
dffb3f49ff
merge: rebase canonical reveal flow onto main
CI / test-and-quality (push) Successful in 2m55s
CI / test-and-quality (pull_request) Successful in 3m2s
2026-03-15 12:57:15 +00:00
3f20f25902
fix: expose canonical reveal payload in scoreboard detail
2026-03-15 11:46:30 +00:00
62174135b8
fix(ci): remove duplicate realtime import
CI / test-and-quality (pull_request) Successful in 2m49s
CI / test-and-quality (push) Successful in 2m51s
2026-03-15 09:49:55 +00:00
17234de5d1
Merge main into PR #291 and resolve scoreboard phase conflicts
CI / test-and-quality (push) Failing after 11s
CI / test-and-quality (pull_request) Failing after 12s
2026-03-15 09:34:14 +00:00
8fa39adc2b
fix(gameplay): restore scoreboard phase error contract
CI / test-and-quality (push) Failing after 2m30s
CI / test-and-quality (pull_request) Failing after 2m32s
2026-03-15 08:52:35 +00:00
97b366d1e9
fix(gameplay): make scoreboard reads idempotent
CI / test-and-quality (push) Successful in 2m40s
CI / test-and-quality (pull_request) Successful in 2m42s
2026-03-15 08:05:21 +00:00
558f8fe245
fix(gameplay): restore reveal before scoreboard
CI / test-and-quality (push) Successful in 2m43s
CI / test-and-quality (pull_request) Successful in 2m43s
2026-03-15 07:55:48 +00:00
dc0c203f7f
fix(gameplay): align scoreboard API contract
CI / test-and-quality (pull_request) Successful in 2m42s
CI / test-and-quality (push) Successful in 2m45s
2026-03-15 07:43:38 +00:00
173cc8f2d9
fix(gameplay): align scoreboard phase contract
2026-03-13 19:34:05 +00:00
a0277fd8be
fix(gameplay): add explicit scoreboard phase ( #288 )
CI / test-and-quality (push) Successful in 2m12s
CI / test-and-quality (pull_request) Successful in 2m11s
2026-03-13 16:11:06 +00:00
864984273a
fix(ci): drop unused lobby i18n import
CI / test-and-quality (pull_request) Successful in 2m39s
CI / test-and-quality (push) Successful in 2m40s
2026-03-13 10:38:07 +00:00
8ff552aeae
merge(main): resolve PR #283 lobby/views.py conflict
CI / test-and-quality (push) Failing after 12s
CI / test-and-quality (pull_request) Failing after 12s
2026-03-13 10:16:42 +00:00
80520bad51
feat(i18n): unify django api error resolution
2026-03-13 09:16:23 +00:00
Asger Geel Weirsøe
d2dbd8c802
docs: design doc for fup og fakta game engine + platform architecture
...
CI / test-and-quality (push) Has been cancelled
CI / test-and-quality (pull_request) Successful in 2m43s
Captures all brainstormed decisions:
- Pluggable game cartridge platform (GameDriver interface)
- Celery + Redis timer-driven phase transitions
- Session owner play/pause/exit controls (no skip)
- Escalating scoring per round, incremental reveal scoring
- Emoji reactions during guess phase → post-game awards
- Relational per-user config presets with game-specific models
- Ephemeral game state (no persistence after exit/finish)
- Full WebSocket event reference and data lifecycle
Also: updated TODO.md (WebSocket done, persisted answers done),
created CLAUDE.md, and PROMPT.md for ralph-loop.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-09 07:35:55 +01:00
257732e2ab
feat(issue-225): extend backend i18n error contract to flow endpoints
CI / test-and-quality (push) Successful in 3m40s
CI / test-and-quality (pull_request) Successful in 3m43s
2026-03-01 22:32:33 +00:00
9e47a3a139
feat(i18n): add da/en locale pipeline and shared backend key resolver
CI / test-and-quality (push) Successful in 2m21s
CI / test-and-quality (pull_request) Successful in 2m21s
2026-03-01 18:57:45 +00:00
3253f4d343
feat(i18n): share lobby message catalog across frontend/backend
CI / test-and-quality (pull_request) Successful in 2m8s
CI / test-and-quality (push) Successful in 2m15s
2026-03-01 15:07:47 +00:00
a9868ae450
feat(lobby): add shared phase view-model contract
CI / test-and-quality (push) Successful in 2m12s
CI / test-and-quality (pull_request) Successful in 2m11s
2026-03-01 10:41:16 +00:00
046212d29a
Normalize session code input in join and lookup flows
CI / test-and-quality (push) Successful in 1m42s
CI / test-and-quality (pull_request) Successful in 1m42s
2026-02-28 20:22:58 +00:00