Objective
Provide a multi-step wizard that guides administrators through initial system setup, creating locations, organizations, care teams, users, and assignments in one cohesive flow.
User Story
As an administrator setting up a new deployment,
I want to follow a guided wizard to create my org structure and users,
So that I can get the system ready for use without navigating multiple screens.
Key Deliverables
- 5-step wizard: Locations → Organizations → CareTeams → Users → Assignments + Review
- Reuse of entity forms in wizard mode (emit Bundle entries instead of POSTing)
- Progress indicator and navigation
- Draft state persistence in sessionStorage
- Two-phase commit: Bundle transaction for non-user resources, then per-user creation
- Review step showing complete resource graph
- Partial failure recovery for user creation
Acceptance Criteria
Cross-Repository Tasks
Web Portal (ohs-player-reference-web-portal)
Dependencies
Depends on: Epic 3, 4, 5, 6, 7 (all entity forms must exist in standalone mode first)
References
Objective
Provide a multi-step wizard that guides administrators through initial system setup, creating locations, organizations, care teams, users, and assignments in one cohesive flow.
User Story
As an administrator setting up a new deployment,
I want to follow a guided wizard to create my org structure and users,
So that I can get the system ready for use without navigating multiple screens.
Key Deliverables
Acceptance Criteria
Cross-Repository Tasks
Web Portal (ohs-player-reference-web-portal)
mode: 'wizard' | 'standalone'Dependencies
Depends on: Epic 3, 4, 5, 6, 7 (all entity forms must exist in standalone mode first)
References