MEDIUM story-settings-preferences-organization-administrator-007 3 pts
3
Story Points
Medium
Priority
Settings & Preferences
Feature

User Story

As a Organization Administrator
I want to see settings sections that are specific to my organization's configuration, including org-label customization and integration status shortcuts
So that So that I can quickly access organization-level configuration options relevant to my role without navigating through sections that do not apply to my organization

Acceptance Criteria

  • Given I am an Organization Administrator and my organization has org-label customization enabled, when I open Settings, then a settings card for organization labels is visible
  • Given I am a Peer Mentor or Coordinator, when I open Settings, then organization-administration-specific settings cards (such as org labels, integration shortcuts) are not shown
  • Given organization feature flags are loaded at session start, when the Settings screen renders, then the visible settings sections match the enabled features for my organization without any additional network request
  • Given my organization's feature flags are updated by an administrator, when I next sign in, then the Settings screen reflects the updated set of visible sections
  • Given an org-admin-specific settings card is shown, when I tap it, then I am navigated to the corresponding administration screen for that feature

Business Value

NHF, Blindeforbundet, and HLF each use different terminology and have different feature sets enabled. Organization Administrators need role-appropriate settings access without the cognitive overhead of navigating irrelevant sections. Feature-flag-driven settings visibility is the architectural mechanism that makes a single app serve all three organizations while appearing tailored to each, which is a core requirement of the multi-organization product strategy.