high complexity extracted Mentor Program Confidence: 100%
11
Components
4
Shared
0
User Stories
Yes
Analyzed

Description

Career Workshops provides structured group mentoring sessions within the Mentor Program, enabling coordinators to plan and run multi-day guidance workshops for peer mentors. The feature supports session scheduling, participant management, and in-app coordination for Blindeforbundet's two-day career workshop format. It replaces manual coordination with a structured digital workflow covering session creation, attendee lists, and integrated note-taking, serving as the operational hub for mentor development activities within the organization.

Sources & reasoning

Lines 100 and 358 place Career Workshops (Mentorordning/karriereverksted) as a Blindeforbundet-specific feature explicitly listed under Fase 3 (Growth & Engagement). Line 471 confirms it as a named feature in the mentor-program area. Fase 3 is the third development phase, mapping to v1.1 by ordinal convention.

  • 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 358
    Mentorordning / Career Workshops (Blindeforbundet)
  • docs/source/likeperson.md · line 471
    | mentor-program | Mentor Program | Career Workshops, Workshop Notes, Workshop Participant Lists, Workshop To-Do Lists |

Analysis

Business Value

Career Workshops directly addresses Blindeforbundet's unique mentoring program need, where experienced mentors guide others through structured two-day group sessions. Digitalizing workshop coordination reduces administrative burden on coordinators and ensures consistent delivery across multiple sessions. Strategically, this enables Blindeforbundet to scale its mentor program without proportional increases in overhead, supporting mentor retention and skill development. The feature also lays the architectural groundwork for other organizations to adopt structured mentoring workflows as the platform expands to new tenants with similar coordination needs.

Implementation Notes

Implementation requires a mentor_workshops database table with fields for title, date range, duration, location, and facilitator user reference. The Flutter frontend needs dedicated screens for workshop listing, detail view, and creation using BLoC/Riverpod state management. Offline-first support via Drift ensures coordinators can access workshop details without connectivity, with sync via the mutation outbox. The workshop service integrates with the organization's user directory to assign facilitators. All screens must meet WCAG 2.2 AA standards with accessible form fields, semantic labels, and keyboard-navigable UI throughout.

User Stories

No user stories have been generated for this feature yet.