manage capabilites ui #1862
Labels
No labels
backend
critical
defect
duplicate
enhancement
fixed
frontend
general
invalid
major
minor
normal
oxjs
pandora_client
python-ox
task
trivial
wontfix
worksforme
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: 0x2620/pandora#1862
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
at some point we might want an admin ui to mange capabilities
This would be the first time we'd be writing to config.*.jsonc -- seems a bit arbitrary to do that for capabilities.
We may want a full-fledged "Configure pan.do/ra" dialog -- this would help find config bugs, and allow a proper implementation of changing UI settings via # URLs. We'd need an abstract description of the config though: names, descriptions, default and allowed values (types, but also ranges, one-or-more-of-many, including configurable many), requires restart, removable ("title" item key isn't), editable (user.ui.videoPoints wouldn't be), etc. for every key/value pair, and forms with tons of / . Doable, but a lot of work...
Marking wontfix. For config dialog, see #1883.