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

Description

Admin portal page displaying all available feature flags for the organization as a data table with toggle switches, descriptions, and documentation links. Allows organization administrators to enable or disable platform capabilities independently of the global release schedule.

Feature: Feature Toggles

feature-toggle-page

Responsibilities

  • Render feature flag list with toggle switch controls and inline descriptions
  • Display feature status, metadata, and documentation links from the static feature registry
  • Provide search and filtering of feature flags by category or status
  • Show confirmation dialogs before disabling features that affect active users

Interfaces

renderFeatureToggleList(flags: FeatureFlag[])
onToggleChange(featureKey: string, enabled: boolean)
filterByCategory(category: string)
filterByStatus(enabled: boolean)
searchFeatures(query: string)
showConfirmationDialog(featureKey: string, action: string)
refreshFeatureList()

Relationships

Dependencies (1)

Components this component depends on

Related Data Entities (2)

Data entities managed by this component