User Interface medium complexity mobile
0
Dependencies
0
Dependents
0
Entities
0
Integrations

Description

Mobile screen that displays upcoming and past career workshops for participants and mentors. Shows workshop details including sessions, schedule, assigned facilitators, and links to associated notes and to-do lists.

Feature: Career Workshops

workshop-screen

Sources & reasoning

Career Workshops is the parent workshop entity in the Mentor Program area per the authoritative vocabulary (§8). Blindeforbundet's unique need (§3.1) describes two-day group sessions requiring notes, to-dos, and participant lists. §5 Phase 3 explicitly lists "Mentorordning / Career Workshops" under Growth & Engagement.

  • Mentorordning (karriereverksted): Eget notatverktøy, to-do-lister og deltakerlister for gruppeveiledning over to dager.
  • Mentorordning / Career Workshops (Blindeforbundet)
  • mentor-program | Mentor Program | Career Workshops, Workshop Notes, Workshop Participant Lists, Workshop To-Do Lists

Responsibilities

  • Render list of upcoming and past workshops for the current user
  • Display workshop detail view with sessions, schedule, and facilitators
  • Surface participant list and linked notes/to-do lists for each workshop
  • Handle navigation to session details and related cohort resources
  • Show role-appropriate actions (coordinator create/edit vs participant read-only)

Interfaces

renderWorkshopList(userId): WorkshopListView
renderWorkshopDetail(workshopId): WorkshopDetailView
onSessionSelect(sessionId): void
onParticipantListOpen(workshopId): void