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

Description

Presented post-login when a user belongs to multiple organizations or local associations. Allows the user to choose which organizational context to enter for the current session. Persists the selection to local state and triggers navigation to the appropriate home screen.

Feature: Role-Based Access Control

organization-selection-screen

Responsibilities

  • Display all organizations and local associations the user belongs to
  • Allow user to select active organization context
  • Persist selected context and trigger navigation reset

Interfaces

buildOrganizationList(memberships)
onOrganizationSelected(orgId)
showLoadingState()
showErrorState(error)
navigateToHome()