BCStudentSoftwareDevTeam / BCStudentSoftwareDevTeam/lsf

Store more detail in EmailTracker

Open
#561 1 comment 0 reactions 2 assignees Claimed by @fritzj2 View on GitHub
Dominant language
Python
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

Description

To give us more information when debugging reported email issues, we should store more information when we send an email:

- `recipientEmails` - In addition to the existing `recipient`, we should record the list of actual email addresses the email was sent to. This should be redacted when the database is dumped for testing.
- `template` - Instead of the existing `subject` field, we should have a foreign key to the email template record, so we can have access to all of the information stored there, not just `subject`.
- `body` - We should store the actual text of the email that we have sent, which will aid in debugging incorrect data substitution. This should be redacted when the database is dumped for testing.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.