회기 집계와 기록 복귀 및 감독 근거 링크 수정
Some checks failed
API contract / OpenAPI type drift (push) Failing after 4m46s

This commit is contained in:
Yun Chan 2026-09-09 14:41:54 +09:00
parent aa951c6c4a
commit 1306c524c1
20 changed files with 4631 additions and 60 deletions

View file

@ -81,7 +81,7 @@ def _signal_id(*parts: object) -> str:
def _route(session_id: object) -> str:
return f"/teacher/sessions/{session_id}"
return f"/teach/session/{session_id}/review"
def _pointer(
@ -94,7 +94,7 @@ def _pointer(
ledger=ledger,
event_id=str(event_id),
session_id=str(session_id) if session_id else None,
route_hint=_route(session_id) if session_id else "/teacher/dashboard",
route_hint=_route(session_id) if session_id else "/teach",
)