Threshold Dashboard Widget
Component Detail
User Interface
medium complexity
mobile
0
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
Coordinator-facing Flutter widget displaying each peer mentor's current assignment count, distance to next threshold, and milestone history. Uses color-coded progress indicators from the design token system.
threshold-dashboard-widget
Responsibilities
- Render paginated list of peer mentors with current confirmed-read assignment counts
- Display progress bar or indicator showing distance to next threshold milestone
- Show milestone event history per mentor (e.g. 3rd assignment, 15th assignment)
- Trigger navigation to mentor detail on tap
Interfaces
build(BuildContext context) → Widget
fetchMentorThresholdSummaries(organizationId: String) → Future<List<MentorThresholdSummary>>
onMentorTapped(mentorId: String) → void