diff --git a/BACKLOG.md b/BACKLOG.md index 7c81c1e..9815ce9 100644 --- a/BACKLOG.md +++ b/BACKLOG.md @@ -57,7 +57,12 @@ or "+ Add Group", the current form should be auto-saved before opening the new o If the save fails (e.g. missing required field), highlight the erroring field and block navigation until it is resolved — don't silently discard the in-progress work. -### Admin: "Delete" action in the bulk actions menu +### Admin: configure YOLO mode label and description via admin page +The YOLO mode toggle label and description are currently configurable only by editing +`data/config.json` directly (`yoloLabel`, `yoloDescription` fields). Add a settings +section to the admin page where these can be edited in-browser and saved via a new +`PUT /admin/api/config` endpoint. + Add a "Delete" option to the bulk action dropdown so multiple units can be deleted at once. Should show a confirmation dialog listing the units to be deleted before committing.