CorruptedArk / did-i-take-my-meds

A Kotlin Android app to manage medications
GNU General Public License v3.0
172 stars 14 forks source link

Add shorter/more frequent time intervals to scheduling #60

Open codaraxis opened 2 years ago

codaraxis commented 2 years ago

Some medications need to be taken quite frequently (e.g. once every 15 minutes, once every hour, etc).

Currently, this can only be achieved by adding the same medication multiple times and setting the interval to 1 day. Even for hourly doses though, this is intensely manual.

It would also be convenient for there to be an optional daily start and end time when the span between doses is less than a day, since the medication may or may not require the patient to wake.