-
Notifications
You must be signed in to change notification settings - Fork 2
Feature Request: aggregate medicine reminder notification #16
Description
Is your feature request related to a problem?
When two or more medications are scheduled for the same time, the reminder notification only displays one of them. This means users must open the app manually to log the remaining dose(s), which is friction-heavy -- especially when the intended action is already clear: take everything scheduled at that time.
Describe the solution you'd like
Two related improvements for grouped/concurrent medication reminders:
- Show all medications due at the same time in the notification body (e.g., "Time to take: Metformin, Lisinopril").
- Add a "Take All" quick-action button to the notification, which marks all medications scheduled for that time as taken in a single tap -- without requiring the user to open the app.
Describe alternatives you've considered
- Tapping each notification individually and logging medications one by one inside the app -- works, but is unnecessarily manual when the user intends to take all of them.
- Staggering medication times by 1 minute to generate separate notifications -- a workaround that doesn't reflect the user's actual schedule.
Additional context
Taking multiple medications at the same time is extremely common. The "Take All" action follows the same UX pattern used by many reminder and task apps (e.g., snoozing or dismissing grouped notifications in bulk). This would be a low-friction, high-impact improvement for users on multi-medication regimens.