-
Notifications
You must be signed in to change notification settings - Fork 226
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
Notifications app for yaksh #709
base: master
Are you sure you want to change the base?
Conversation
- WIP quiz deadline notification task.
Hello @CruiseDevice! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2020-06-11 11:18:52 UTC |
Codecov Report
@@ Coverage Diff @@
## master #709 +/- ##
==========================================
- Coverage 82.58% 82.22% -0.37%
==========================================
Files 43 48 +5
Lines 5812 5851 +39
Branches 892 899 +7
==========================================
+ Hits 4800 4811 +11
- Misses 696 724 +28
Partials 316 316
Continue to review full report at Codecov.
|
- Create quizzes list of each course and mail the status of the quiz to the students.
- Use generic relation for subscription model. - Create email template. - Toggle subscription feature. - Move celery crontab configs to settings.py. - Model method in course to get quizzes digest.
Refer #650