Review Which Peer Mentors Have Cognitive Mode Enabled
Coordinators can access an accessibility overview within the member management section that indicates which peer mentors have cognitive mode enabled. This information helps coordinators understand when a peer mentor may benefit from bulk or proxy registration support. The view is read-only from the coordinator's perspective — coordinators cannot change a peer mentor's accessibility settings; they can only view them for support purposes. Data is sourced from AccessibilityPreferencesRepository with appropriate RLS policies ensuring coordinators see only peer mentors in their organizational scope.
User Story
Acceptance Criteria
- Given a coordinator is viewing the member overview, when they filter or sort by accessibility settings, then peer mentors with cognitive mode enabled are visually indicated
- Given a coordinator selects a peer mentor's profile, when they view the accessibility section, then they can see whether cognitive mode is currently active for that peer mentor
- Given a coordinator's organizational scope, when accessibility data is fetched, then only peer mentors within the coordinator's organization are included — no cross-organization data leakage
- Given a coordinator views a peer mentor's accessibility settings, when they attempt to toggle cognitive mode on behalf of the peer mentor, then the action is blocked with a message indicating that only the peer mentor can change their own accessibility preferences
- Given a peer mentor has never configured accessibility settings, when a coordinator views their profile, then the accessibility status shows 'Not configured' rather than 'Disabled'
Business Value
Coordinators identified in the workshop survey that 40% of peer mentors felt under-supported. Understanding which peer mentors use cognitive accessibility mode allows coordinators to proactively offer proxy registration or simplified onboarding support, reducing the underreporting that stems from app complexity barriers.
Components
- Accessibility Preferences Repository data
- Cognitive Mode Service service
- Coordinator Overview Service service
- Member Overview Repository data