-
Notifications
You must be signed in to change notification settings - Fork 4k
🚀 Feature: Snooze #7689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is more a how-to question than a feature request sorry if this is not the right place to submit this but i didn't find your discussions |
|
🔖 Feature description
Implement a snooze feature that allows users to temporarily delay notifications for a specified period. Additionally, users should be able to cancel the snooze period early, at which point any delayed notifications are either sent immediately or cleared based on user preference.
🎤 Why is this feature needed ?
The snooze feature is essential for improving user experience by allowing users to temporarily silence notifications during focus time, meetings, or sleep. However, users may need to cancel the snooze period early (e.g., if they finish work early or wake up earlier than expected). Without the ability to cancel snooze, users might miss important notifications or have to wait unnecessarily for the snooze period to end.
✌️ How do you aim to achieve this?
Snooze Implementation:
- Use Novu's
delay
feature to temporarily hold notifications for the specified snooze period.- Allow users to set a snooze duration (e.g., 1 hour, 2 hours, custom time).
Cancel Snooze:
🔄️ Additional Information
👀 Have you spent some time to check if this feature request has been raised before?
🏢 Have you read the Code of Conduct?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: