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

Description

Displays the full list of karriereverksted sessions available to the coordinator. Provides filtering, sorting, and status indicators for each workshop. Entry point for navigating into individual workshop detail views.

Feature: Career Workshops

workshop-list-screen

Sources & reasoning

Line 100 names the mentorordning with three explicit sub-capabilities for two-day group sessions, establishing Career Workshops as the parent entity. Line 357 places it in Fase 3 under vekst og engasjement, which maps to v1.1 by ordinal (third phase). Career Workshops is the root session record that the other workshop features depend on.

  • **Mentorordning (karriereverksted):** Eget notatverktøy, to-do-lister og deltakerlister for gruppeveiledning over to dager.
  • Mentorordning / Career Workshops (Blindeforbundet)

Responsibilities

  • Render paginated list of workshops with title, date range, and status badge
  • Support filtering by status (draft, active, completed, cancelled)
  • Navigate to WorkshopDetailScreen on row or card tap
  • Show empty state when no workshops exist

Interfaces

loadWorkshops(filter?: WorkshopFilter): void
onWorkshopSelected(workshopId: string): void
onCreateWorkshop(): void

Related Data Entities (1)

Data entities managed by this component