Tap a Location Pin to View Mentor Summary Card
When a coordinator taps a location pin, the Mentor Map Bottom Sheet slides up from the bottom of the screen displaying a compact peer mentor card. The card shows the mentor's name, availability status badge, skill areas, and distance from the current map centre if a target location has been set. The bottom sheet includes a 'View Full Profile' button that navigates to the full Peer Mentor Detail Screen. The bottom sheet can be dismissed by swiping down or tapping outside it, returning the coordinator to the map view with the same zoom level and position preserved.
User Story
Acceptance Criteria
- Given the map is displaying pins, when I tap a single mentor pin, then a bottom sheet slides up within 300ms showing the mentor's name, availability status, and a 'View Full Profile' button
- Given the bottom sheet is open, when I tap 'View Full Profile', then I am navigated to that mentor's full profile screen
- Given the bottom sheet is open, when I swipe it down or tap outside it, then it dismisses and the map returns to its previous position and zoom level
- Given the bottom sheet is open, when I review the mentor card, then the availability status colour coding matches the pin colour on the map for visual consistency
Business Value
Allows coordinators to evaluate mentor candidates directly from the map without context-switching to a separate list view. Maintaining map context while reviewing candidate details is critical when comparing multiple nearby mentors for a single assignment, reducing the number of navigation steps required per matching decision.