Futsch1 / medTimer

MedTimer Android app
MIT License
93 stars 10 forks source link

Edit reminders from tabular view #249

Open erflaber opened 1 week ago

erflaber commented 1 week ago

I'm experiencing an issue with editing past medication reminders. Here's the scenario:

  1. I have a daily medication reminder set up.
  2. I forgot to take the medication one day, and now I want to edit the reminder for that specific day.
  3. However, when I click on the reminder, it brings me to today's reminder instead of the original one I missed.
  4. The original reminder still appears in my notifications, but I'm unable to edit it.

This is causing me to have outdated notifications that I cannot update or dismiss. I'd like to be able to edit past reminders to keep my medication schedule accurate. Is there a way to achieve this that I am missing?

Futsch1 commented 1 week ago

The overview screen will show the reminders for the past day per default. In the settings, you can change this interval to a maximum of seven days:

Now, you would be able to see not only today's reminders, but those seven days past.

Would this solve your issue?

erflaber commented 1 week ago

Yes, it did. Wonderful! Thank you!

Now, I realize that this was causing me a disproportionate amount of anxiety (side thought: hm, did I take my meds today? (side side thought: I do have a problem with side thoughts)).

It would be cool if there was a way to edit the entries in the tabular view.

Futsch1 commented 1 week ago

I agree, this would be a nice addition. I'll keep the issue open to track the implementation of it.