feat: add auto deactivate option for slot plans

Add an autoDeactivate flag to pickup configuration entries, expose it as a dashboard checkbox beside the active state, and keep existing entries defaulting to automatic deactivation unless explicitly disabled.
This commit is contained in:
2026-06-14 21:23:47 +02:00
parent bd41e8c079
commit 3f1892b951
5 changed files with 68 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
chore: sync running docker state
feat: add auto deactivate option for slot plans
Commit the app code currently running in Docker, including scheduler, store status, journal reminder, maintenance mode, and Foodsharing API check updates. Remove generated runtime logs from version control and ignore local runtime captures.
Add an autoDeactivate flag to pickup configuration entries, expose it as a dashboard checkbox beside the active state, and keep existing entries defaulting to automatic deactivation unless explicitly disabled.