You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There's an issue with task notifications – currently, there's no option to make them sticky, and the absence of a recurring notification option makes it easy to forget tasks when accidentally dismissed and yet to be completed.
Describe the solution you'd like
I suggest adding a checkbox on the task creation screen to enable sticky notifications. This could prevent accidental dismissals by allowing notifications for important tasks to disappear only when manually marked as done. The implementation might involve checking the database for tasks with the sticky parameter to ensure that notifications for completed tasks aren't missed, especially if users turn on their devices after the notification time has passed (after a restart, the app should show notifications for any uncompleted tasks with the sticky option checked).
Describe alternatives you've considered
Add a toggle option in the application settings for users to choose whether task notifications stay in the notification bar until marked as done. However, this might hinder the app's ability to notify for past unfinished tasks, so sticking with the main approach seems more reasonable.
Additional context
It's crucial to enhance the reliability of the Calendar app's notifications. Introducing the ability to stick task notifications in the notification bar for individual tasks could be a critical improvement for many users.
The text was updated successfully, but these errors were encountered:
Checklist
Is your feature request related to a problem? Please describe.
There's an issue with task notifications – currently, there's no option to make them sticky, and the absence of a recurring notification option makes it easy to forget tasks when accidentally dismissed and yet to be completed.
Describe the solution you'd like
I suggest adding a checkbox on the task creation screen to enable sticky notifications. This could prevent accidental dismissals by allowing notifications for important tasks to disappear only when manually marked as done. The implementation might involve checking the database for tasks with the sticky parameter to ensure that notifications for completed tasks aren't missed, especially if users turn on their devices after the notification time has passed (after a restart, the app should show notifications for any uncompleted tasks with the sticky option checked).
Describe alternatives you've considered
Add a toggle option in the application settings for users to choose whether task notifications stay in the notification bar until marked as done. However, this might hinder the app's ability to notify for past unfinished tasks, so sticking with the main approach seems more reasonable.
Additional context
It's crucial to enhance the reliability of the Calendar app's notifications. Introducing the ability to stick task notifications in the notification bar for individual tasks could be a critical improvement for many users.
The text was updated successfully, but these errors were encountered: