WorkshopDetailScreen
Component Detail
User Interface
medium complexity
mobile
0
Dependencies
0
Dependents
1
Entities
0
Integrations
Description
Shows full metadata and lifecycle controls for a single karriereverksted session. Coordinators can edit session details, manage scheduling across both days, and transition workshop status. Acts as the parent view linking to notes, participants, and to-do items.
workshop-detail-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.
-
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 357Mentorordning / Career Workshops (Blindeforbundet)
Responsibilities
- Display and allow editing of workshop metadata (title, description, location, dates)
- Render two-day schedule with day-one and day-two time slots
- Expose status transition actions (publish, complete, cancel)
- Surface linked notes, participant list, and to-do items as sub-sections
- Validate required fields before save
Interfaces
loadWorkshop(workshopId: string): void
saveWorkshop(data: WorkshopFormData): void
updateStatus(workshopId: string, status: WorkshopStatus): void
navigateToNotes(workshopId: string): void
navigateToParticipants(workshopId: string): void