Skip to content

Resolve "[BB-6849] Improve Reminder Experience"

Navin Karkera requested to merge 65-bb-6849-improve-reminder-experience into master

Updates checklist reminder experience as described in #65 (closed). Also changes style for all emails.

Supporting information

Visual changes

Email screenshots:

Screenshots image

image

image

image

Testing instructions

Step by step procedure

Create a recurrence like this: image
  • Execute below command in django shell
from workflow.tasks import send_reminder_emails
send_reminder_emails()
  • Update Notification email and Reminder email section in recurrence and re-run above code.
  • This should print emails in the console.
  • Test checklist listing page along with status filters

Author notes and concerns

The logo is not displayed locally as the STATIC_URL is set to static/ in local.py. It should work fine in production as it is set to full url in production.py.

Closes #65 (closed)

Edited by Navin Karkera

Merge request reports