Labels Config Screen
Component Detail
User Interface
medium complexity
mobilefrontend
0
Dependencies
0
Dependents
1
Entities
0
Integrations
Description
Admin portal screen for configuring organization-specific terminology. Presents a form-based editor for all configurable label keys, allowing administrators to define custom strings for role names, organizational unit names, activity type labels, and report terminology.
labels-config-screen
Responsibilities
- Display all configurable label keys with current values
- Provide inline editing for each label entry
- Validate label input and show error states
- Save updated label configuration to the backend
- Show preview of how labels appear in the app
Interfaces
loadLabelConfiguration(organizationId)
updateLabel(key, value)
saveLabelConfiguration()
resetToDefaults()
previewLabel(key)
validateLabelInput(key, value)
exportLabelConfig()
importLabelConfig(file)
Related Data Entities (1)
Data entities managed by this component