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
Summary:
- User can choose frequency option for notifications
- If "immediately", send single email right away
- If "daily", send a digest of all daily notifications once daily
- Daily notification email should group like notifications together.
Resolves T283
Test Plan:
- Log in and go to notification preferences
- Change some to "Daily"
- Do things that trigger those notifications
- Test grouped notifications:
- Support vote changes
- Comments on a document
- Likes / flags on a comment
- Replies to a comment
- Do things that trigger immediate notifications too
- ..to ensure they don't end up in the digest
- Check the `notifications` table to be sure it's populated
- Run `php artisan send-daily-notifications`
- Check the email that is sent
- Make sure notifications are grouped properly
- Check the `notifications` table, it should be empty
Reviewers: doshitan
Reviewed By: doshitan
Maniphest Tasks: T283
Differential Revision: https://phabricator.opengovfoundation.org/D184
0 commit comments