Assignment List Screen
Component Detail
User Interface
medium complexity
mobile
2
Dependencies
0
Dependents
2
Entities
0
Integrations
Description
Displays the coordinator's list of dispatched assignments and the peer mentor's list of received assignments. Shows assignment status indicators (dispatched, delivered, read, acknowledged) with timestamps and allows navigation to assignment details.
assignment-list-screen
Responsibilities
- Render paginated assignment list with status badges
- Filter and sort assignments by status, date, or recipient
- Navigate to assignment detail on tap
Interfaces
loadAssignments(filter)
renderAssignmentCard(assignment)
onAssignmentTap(assignmentId)
refreshList()
applyFilter(status)
showEmptyState()
Relationships
Dependencies (2)
Components this component depends on
Related Data Entities (2)
Data entities managed by this component