User Interface medium complexity frontend
2
Dependencies
0
Dependents
0
Entities
0
Integrations

Description

Admin portal page presenting all toggleable platform features for an organization. Displays each feature with its name, description, and an on/off switch. Changes take effect immediately without redeployment.

Feature: Feature Toggles

feature-toggle-page

Responsibilities

  • Render list of all toggleable features with descriptions and current enabled state
  • Provide switch controls for enabling/disabling features per organization
  • Display global default state set by Global Admin for each toggle
  • Show confirmation feedback when a toggle state changes
  • Restrict editing to users with sufficient admin permissions

Interfaces

loadFeatureFlags(organizationId): FeatureFlag[]
updateFlag(flagKey, enabled): void
renderToggleList(): JSX
showSaveConfirmation(): void

Relationships

Dependencies (2)

Components this component depends on