User Interface medium complexity mobile
0
Dependencies
0
Dependents
3
Entities
0
Integrations

Description

Coordinator-facing screen providing a real-time overview of all open assignments, showing per-assignment delivery and read status. Highlights overdue assignments (no acknowledgement after 10 days) and allows the coordinator to view individual assignment details.

Feature: Encrypted Task Assignment to Peer Mentors

assignment-status-overview-screen

Responsibilities

  • List all open assignments with current delivery and read status
  • Highlight assignments past the 10-day acknowledgement threshold
  • Subscribe to real-time status updates via Supabase real-time channel
  • Navigate to individual assignment detail on tap

Interfaces

loadOpenAssignments(coordinatorId)
subscribeToStatusUpdates()
renderAssignmentRow(assignment)
highlightOverdueAssignments()
navigateToAssignmentDetail(assignmentId)