presentation/screens/admin_onboarding/admin_onboarding_screens library
Deferred-load barrel for the admin org-creation flow. Only shown to org admins on first sign-in after they accept an admin invite — regular learners never load this chunk.
Classes
- AdminOnboardingCurriculumScreen
- Step 3 of 4 — assign an initial curriculum org-wide so members have something to open on their first session.
- AdminOnboardingMembersScreen
- Step 2 of 4 — invite first members. Non-blocking; users can proceed without inviting anyone.
- AdminOnboardingOrgBasicsScreen
-
Step 1 of 4 — confirm org name + slug. Uses existing
OrgDatasource.updateOrganization. Logo upload deferred to a future plan. - AdminOnboardingOrgPickerScreen
- Shown only when the user is admin/owner of more than one org and hasn't picked one for onboarding yet. Single-org users skip straight to org-basics with the org auto-selected.
- AdminOnboardingTourScreen
- Step 4 of 4 — short feature tour. V1 uses a static walkthrough card instead of an interactive spotlight overlay; the interactive tour can layer on later without changing the state flow.