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

Tapping notification should take you into the dose #3

Closed KjmT6459 closed 3 years ago

KjmT6459 commented 3 years ago

Is your feature request related to a problem? Please describe. Currently, when tapping reminder notifications, you're taken to the main screen and have to remember the med you just tapped.

Describe the solution you'd like Tapping notification should take you into the dose of the med that you're being reminded of.

CorruptedArk commented 3 years ago

I agree, and I've already thought of this one. I put it on the back burner for the release because it's a bit annoying to implement based on how the medication data is accessed in the app. It can be done though

ChrislyBear-GH commented 3 years ago

Totally agree. I just wanted to make the same suggestion.

CorruptedArk commented 3 years ago

This feature is now implemented in master