LB

Results 6 issues of LB

Testing emails end to end was required for some of the features I'd been working on recently. This is a reminder to myself to remember to document how I got...

component: documentation

We also want to send a Profile archival warning email not just to users who have not logged in but also to users who have not signed new consents within...

type: new feature
component: email automation

Here is a draft for the notice of profile archival. ``` Subject: Archival of your AMY profile ({ 1st | 2nd | Final} reminder) ``` ``` Dear { full_name },...

type: refactoring
component: email automation

If the user has not logged in within 3 years, send the user three emails. One at 90, 60, and 30 days prior to profile archival.

type: new feature
component: email automation

The types outlined in autoemails/actions.py while helpful are not always correct. There are several places indicated where the typing needs to be changed in order to reflect the inputs and...