WorkshopParticipantListScreen
Component Detail
User Interface
medium complexity
frontendmobile
0
Dependencies
0
Dependents
1
Entities
0
Integrations
Description
Displays the full participant list for a given workshop session, allowing coordinators to view registrations and mark attendance. Provides controls for searching, filtering, and bulk-updating attendance status. Renders real-time headcount summaries and export options for post-session reporting.
workshop-participant-list-screen
Sources & reasoning
Line 100 explicitly lists "deltakerlister" (participant lists) as a named component of the Blindeforbundet Mentorordning in the context of two-day group sessions. Line 471 names Workshop Participant Lists as a distinct mentor-program feature. The Mentorordning is placed in Fase 3 (line 358), mapping to v1.1.
-
docs/source/likeperson.md · line 100**Mentorordning (karriereverksted):** Eget notatverktøy, to-do-lister og deltakerlister for gruppeveiledning over to dager.
-
docs/source/likeperson.md · line 471| mentor-program | Mentor Program | Career Workshops, Workshop Notes, Workshop Participant Lists, Workshop To-Do Lists |
Responsibilities
- Render registered and attended participant list per workshop session
- Enable inline attendance marking during active sessions
- Display headcount stats and participation rate summaries
- Provide search and filter controls for large participant sets
- Trigger export of participant records for reporting
Interfaces
loadParticipants(workshopId: string): void
markAttendance(participantId: string, attended: boolean): void
exportParticipantList(workshopId: string, format: string): void
filterParticipants(query: string): ParticipantRow[]
Related Data Entities (1)
Data entities managed by this component