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

Description

Primary Flutter screen for facilitating structured two-day group mentoring sessions. Displays participant list, session notes, and to-do checklist that the facilitator manages in real time during a workshop.

Feature: Career Workshops

workshop-screen

Responsibilities

  • Render participant attendance list with check-in controls
  • Display and edit private session notes scoped to facilitator/coordinator visibility
  • Manage to-do checklist items with checkbox interactions
  • Navigate between workshop sessions and summary views

Interfaces

build(BuildContext context) → Widget
onParticipantCheckedIn(String userId) → void
onNoteChanged(String noteContent) → void
onTodoToggled(String todoId, bool completed) → void
onTodoAdded(String title) → void

Relationships

Dependencies (2)

Components this component depends on