Assignment Status Dashboard
Component Detail
User Interface
medium complexity
mobile
0
Dependencies
0
Dependents
3
Entities
0
Integrations
Description
Coordinator-facing dashboard listing all open assignments with real-time delivery and read receipt states. Allows coordinators to identify unacknowledged assignments and initiate follow-up actions. Subscribes to Supabase Realtime for live status updates without manual refresh.
assignment-status-dashboard
Responsibilities
- List all open assignments with current status
- Subscribe to real-time status changes
- Highlight unread or undelivered assignments
- Provide follow-up action entry points
Interfaces
loadOpenAssignments()
subscribeToStatusUpdates()
filterByStatus(status)
initiateFollowUp(assignmentId)
exportStatusReport()
showAssignmentDetail(assignmentId)
Related Data Entities (3)
Data entities managed by this component