Expand description
WebSocket topic routes for assignment-related communication.
Includes real-time submission progress updates and per-ticket chat channels.
Effective paths (this module is nested under /ws/modules/{module_id}/assignments
):
/ws/modules/{module_id}/assignments/{assignment_id}/submissions/{submission_id}/progress
Both endpoints are WebSocket upgrade routes.
Modules§
Functions§
- ws_
assignment_ routes - Builds the
/ws/modules/{module_id}/assignments
WebSocket router.