Merge pull request #1865 from OpenTechFund/feature/add-reminders-to-submissions
Feature: add reminders to submissions
Showing
- hypha/apply/activity/messaging.py 11 additions, 0 deletionshypha/apply/activity/messaging.py
- hypha/apply/activity/migrations/0054_add_create_reminder_delete_reminder_and_review_reminder.py 18 additions, 0 deletions...dd_create_reminder_delete_reminder_and_review_reminder.py
- hypha/apply/activity/options.py 3 additions, 0 deletionshypha/apply/activity/options.py
- hypha/apply/activity/templates/messages/email/ready_to_review.html 1 addition, 1 deletion...ly/activity/templates/messages/email/ready_to_review.html
- hypha/apply/funds/forms.py 26 additions, 1 deletionhypha/apply/funds/forms.py
- hypha/apply/funds/management/commands/send_reminders.py 41 additions, 0 deletionshypha/apply/funds/management/commands/send_reminders.py
- hypha/apply/funds/migrations/0073_reminder.py 30 additions, 0 deletionshypha/apply/funds/migrations/0073_reminder.py
- hypha/apply/funds/models/__init__.py 2 additions, 1 deletionhypha/apply/funds/models/__init__.py
- hypha/apply/funds/models/reminders.py 56 additions, 0 deletionshypha/apply/funds/models/reminders.py
- hypha/apply/funds/templates/funds/applicationsubmission_admin_detail.html 5 additions, 0 deletions...s/templates/funds/applicationsubmission_admin_detail.html
- hypha/apply/funds/templates/funds/applicationsubmission_detail.html 3 additions, 0 deletions...y/funds/templates/funds/applicationsubmission_detail.html
- hypha/apply/funds/templates/funds/includes/actions.html 2 additions, 0 deletionshypha/apply/funds/templates/funds/includes/actions.html
- hypha/apply/funds/templates/funds/includes/create_reminder_form.html 4 additions, 0 deletions.../funds/templates/funds/includes/create_reminder_form.html
- hypha/apply/funds/templates/funds/includes/reminders_block.html 23 additions, 0 deletions...apply/funds/templates/funds/includes/reminders_block.html
- hypha/apply/funds/templates/funds/reminder_confirm_delete.html 23 additions, 0 deletions.../apply/funds/templates/funds/reminder_confirm_delete.html
- hypha/apply/funds/tests/factories/models.py 13 additions, 0 deletionshypha/apply/funds/tests/factories/models.py
- hypha/apply/funds/tests/test_models.py 19 additions, 1 deletionhypha/apply/funds/tests/test_models.py
- hypha/apply/funds/tests/test_views.py 33 additions, 0 deletionshypha/apply/funds/tests/test_views.py
- hypha/apply/funds/urls.py 6 additions, 0 deletionshypha/apply/funds/urls.py
- hypha/apply/funds/views.py 44 additions, 0 deletionshypha/apply/funds/views.py
Loading
Please register or sign in to comment