-
Notifications
You must be signed in to change notification settings - Fork 30
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
[WIP]849 send notification when broadcast is created #892
base: master
Are you sure you want to change the base?
[WIP]849 send notification when broadcast is created #892
Conversation
@faithngetich I updated your PR quite a bit and I hope I paved the way for you with some tests. I replaced |
dcf3649
to
9c87ba1
Compare
..and configure sidekiq to process mailer queue
…nd moderators at Sidekiq queue list.
This lead to an error on specs on which email notification were sent to admins and moderator. We fix it by adding 1 to the size total consideing that the creator of the broadcats is no turned to a moderator.
Hello @roschaefer, what can I do to help finish this PR? |
@ciremoussadia sorry for responding so late. I kept the Github notification "unread" to motivate me to dig into this PR but I failed. So, to answer your question: The build server tells me that
Will update this PR. The expected outcome is that both |
Description
Fixes #849
Motivation and Context
It would be nice to send an email/slack notification informing that a new broadcast has been created.
How Has This Been Tested?
You will need to login to the site and create a broadcast, an easy way of doing so is as follows:
Screenshots (if appropriate):
When you have successfully created a broadcast
Just before you save the broadcast
Checklist: