CorruptedArk / did-i-take-my-meds

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

Show whether a medication has been taken on the main screen #2

Closed KjmT6459 closed 3 years ago

KjmT6459 commented 3 years ago

Is your feature request related to a problem? Please describe. Having to go into the specific medication screen to double check that it has been taken is slow and unnecessary.

Describe the solution you'd like A sub-line under the name of the medication with "Taken : Yes/No". The already listed time-to-take would have to move to the right most likely.

Describe alternatives you've considered Status could be to the right of the med name. Could add a checkmark when the dose has been taken. Dose background color could change to a green once taken.

CorruptedArk commented 3 years ago

This is also a very good suggestion! Again, I'll have to add this to a list of features I plan to work on

CorruptedArk commented 3 years ago

A taken indicator is now implemented in the master branch