[READY][Gameplay] #310 Host transition idempotency and error catalog for scoreboard -> next round / finish #320

Merged
agw merged 45 commits from dev/issue-310-host-transition-idempotency-v2 into main 2026-03-18 06:52:04 +01:00
Showing only changes of commit d080f05661 - Show all commits

View File

@@ -29,7 +29,10 @@ from fupogfakta.services import (
from realtime.broadcast import sync_broadcast_phase_event from realtime.broadcast import sync_broadcast_phase_event
from .i18n import api_error from .i18n import api_error
_GAMEPLAY_SERVICE_OWNERSHIP_EXPORTS = (_select_round_question,) _GAMEPLAY_SERVICE_OWNERSHIP_EXPORTS = (
_select_round_question,
_build_scoreboard_phase_event,
)
SESSION_CODE_ALPHABET = "ABCDEFGHJKLMNPQRSTUVWXYZ23456789" SESSION_CODE_ALPHABET = "ABCDEFGHJKLMNPQRSTUVWXYZ23456789"
SESSION_CODE_LENGTH = 6 SESSION_CODE_LENGTH = 6