Participants Screen
Component Detail
User Interface
medium complexity
mobile
0
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
Mobile screen that displays the authoritative roster for a workshop, separating facilitators from mentees. Lets coordinators and facilitating peer mentors add mentees from contacts, mark per-session attendance, and record dropouts or no-shows.
participants-screen
Sources & reasoning
Participant lists are explicitly one of the three Blindeforbundet workshop sub-needs in §3.1 ("deltakerlister") and a named feature in the canonical Mentor Program area taxonomy in §8. Separating from generic contact lists is justified because attendance is workshop-scoped and multi-day.
-
docs/source/likeperson.md · line 62Mentorordning (karriereverksted): Eget notatverktøy, to-do-lister og deltakerlister for gruppeveiledning over to dager.
-
docs/source/likeperson.md · line 360mentor-program | Mentor Program | Career Workshops, Workshop Notes, Workshop Participant Lists, Workshop To-Do Lists
Responsibilities
- Render facilitator and mentee sections with clear role distinction
- Provide controls to add mentees via the contacts search picker
- Toggle attendance state per participant per session day
- Mark participants as dropout or no-show with confirmation
- Surface participant names to notes and to-do assignment flows
Interfaces
renderRoster(workshopId): View
openAddMenteePicker(workshopId): void
toggleAttendance(participantId, sessionDayId, status): void
markDropout(participantId, reason?): void