Add ability to snooze to-dos
What does this MR do and why?
Add ability to snoozed to-dos
To-dos can be snoozed to later dates.
References
Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Snooze disclosure dropdown |
---|
![]() |
How to set up and validate locally
- Enable the
todos_snoozing
feature flag: http://gdk.test:3000/rails/features/todos_snoozing / https://gdk.test:3443/rails/features/todos_snoozing. - Navigate to the to dos dashboard: https://gdk.test:3443/dashboard/todos.
- Snooze some to-do items using the new disclosure dropdown.
- Snoozed to-do items should be moved to the
Snoozed
tab.
Related to #17712 (closed)
Edited by Paul Gascou-Vaillancourt