Feature Request: Recurring smart alarm with selectable days (persistent schedule) #267
gerageragarza-prog
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Summary
Add the ability to schedule the smart alarm (the one that buzzes the band) on selected days of the week, so it persists automatically instead of having to be set manually every single time.
Motivation
Right now the smart alarm has to be manually configured each time you want to use it. For anyone using it as a daily/weekly routine (e.g. workdays only, or every day), this means re-entering the same settings over and over. A recurring schedule would make it behave like a normal alarm clock — set it once, pick the days, and it just runs on its own from then on.
Proposed behavior
Alternatives considered
A single "repeat daily" toggle would cover the simplest case, but per-day selection is more useful since a lot of users don't want the alarm on weekends or on specific days.
Additional context
This is a UI/scheduling feature — shouldn't require any new BLE/protocol work since the underlying "buzz the band" mechanism already exists. Likely belongs in
lib/ui/andlib/state/(AppState) per the repo layout.All reactions