improved UX in dashboard
This commit is contained in:
@ -149,7 +149,7 @@ Fields:
|
||||
- `name`: display/admin name.
|
||||
- `showPoints`: whether the app may show the points result.
|
||||
- `condition`: JSON condition object. Empty conditions are returned as `{}`.
|
||||
- `categoryKey` (optional): grouping key for the opening screen; labels come from app UI strings (e.g. `questionnaire_group_health_interview`).
|
||||
- `categoryKey` (optional): grouping key for the opening screen. The app resolves the section title as `questionnaire_group_<categoryKey>` (global app UI strings). Keys in use appear automatically on the website **Translations** page; default German text may come from `data/app_ui_strings.json` (`germanDefaults`). Unused translation rows can be removed from the questionnaires dashboard.
|
||||
|
||||
Only questionnaires with `state = "active"` are returned, ordered by server `orderIndex`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user