-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Issue 3937 notification email #3959
Issue 3937 notification email #3959
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3959 +/- ##
=========================================
- Coverage 30.01% 29.91% -0.1%
=========================================
Files 205 206 +1
Lines 15951 16026 +75
Branches 2108 2117 +9
=========================================
+ Hits 4787 4794 +7
- Misses 10992 11060 +68
Partials 172 172
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #3959 +/- ##
==========================================
+ Coverage 30.22% 30.25% +0.02%
==========================================
Files 205 206 +1
Lines 16236 16310 +74
Branches 2136 2145 +9
==========================================
+ Hits 4908 4934 +26
- Misses 11154 11200 +46
- Partials 174 176 +2
Continue to review full report at Codecov.
|
@iamonuwa i see tests \m/ |
Will send it in tomorrow, am AFK at the moment. |
@thelostone-mc let me know when good to pay out! |
cc: @thelostone-mc |
app/marketing/management/commands/send_unread_notification_emails_roundup.py
Outdated
Show resolved
Hide resolved
app/marketing/management/commands/send_unread_notification_emails_roundup.py
Outdated
Show resolved
Hide resolved
app/marketing/management/commands/send_unread_notification_emails_roundup.py
Outdated
Show resolved
Hide resolved
app/marketing/management/commands/send_unread_notification_emails_roundup.py
Outdated
Show resolved
Hide resolved
@iamonuwa mind addressing the comments left by @rafalkowalski + rebase with master ? ^_^ |
Yes, will make changes to reflect the review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good ^_^
Thanks @iamonuwa & @rafalkowalski :)
@iamonuwa we've got CI failures ! mind fixing them up ? |
Aye captain! |
@iamonuwa lemme know when CI is green ^_^ |
Working on it |
cc: @thelostone-mc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. @thelostone-mc any last comments?
def unread_notification_email_weekly_roundup(request): | ||
response_html, _ = render_unread_notification_email_weekly_roundup('[email protected]') | ||
return HttpResponse(response_html) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need an extra empty line (keeping it consistent )
Description
Send weekly unread notification emails
Checklist
Affected core subsystem(s)
Refers/Fixes
Fixes #3937
Testing and Sign-off
Contributor
make test
and everything passed!Reviewer
Funder