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

Description

Team-level view for coordinators showing assignment counts and threshold status for all peer mentors in their local association. Presents a ranked list with current tier indicators and flags mentors near or at threshold crossings, supporting oversight and proactive follow-up.

Feature: Assignment Threshold Tracking

coordinator-threshold-overview-widget

Responsibilities

  • List all peer mentors with current assignment counts and earned tiers
  • Highlight mentors who are within a configurable distance of the next threshold
  • Allow coordinator to tap into a mentor's detail view
  • Filter and sort by tier, count, or alphabetical order

Interfaces

renderMentorThresholdList(mentors: MentorThresholdSummary[])
renderTierIndicator(tier: HonorariumTier)
renderNearThresholdBadge(remaining: int)
onMentorTap(mentorId: String)
applyFilter(filter: ThresholdFilter)
refresh()

Relationships

Dependencies (2)

Components this component depends on