User Interface medium complexity mobilefrontend
0
Dependencies
0
Dependents
4
Entities
0
Integrations

Description

Coordinator-facing UI component for creating new mentor-mentee pairings by selecting from available peer mentors and eligible mentees. Surfaces matching criteria filters (geography, availability, specialisation) sourced from the Geographic Matching and Peer Mentor Profiles features. Restricted to coordinator role via permission guard.

Feature: Mentor Program Management

mentor-match-widget

Responsibilities

  • Present searchable list of available peer mentors with matching criteria filters
  • Present searchable list of eligible mentees
  • Allow coordinator to confirm and submit a new pairing
  • Display matching score or compatibility indicators

Interfaces

openMatchModal()
loadAvailableMentors(filters)
loadEligibleMentees()
applyFilter(criteria)
submitPairing(mentorId, menteeId)
closeWidget()
showValidationErrors(errors)