Skip to content
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

WIP: Admin API Routes For Sending Emails #240

Merged
merged 14 commits into from
Jul 17, 2020
Merged

WIP: Admin API Routes For Sending Emails #240

merged 14 commits into from
Jul 17, 2020

Conversation

dhakim87
Copy link
Collaborator

@dhakim87 dhakim87 commented Jul 1, 2020

This adds a new route at POST /api/admin/email that will send an email. At the moment, it supports two email templates, both filled in based on a sample_barcode. The breakdown of where template arguments come from, between the api side, and the admin tools remains a little bit fuzzy, but this should get us 80% of where we want to get to.

This builds on st_dh_event_log.

This feature requires end to end testing with real sending of emails before it goes live, and I'm not currently set up to do that.

…sample_barcode, enforced that body must contain account_id to allow future searching of event log
…, rather than the external component specifying what email to send to. This ensures the email lookup based on the sample barcode is always in sync with the current database. Event log items are marked with consistent email and account_id. Templates now include a resolution_url that sends user to their sample information page
Copy link
Member

@wasade wasade left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!! So one thing that stands out, and this would definitely be out of scope for this PR, is that we won't know if users click a URL to update a sample assignment. That would probably be nice...

@dhakim87 dhakim87 changed the base branch from st_dh_event_log to master July 9, 2020 01:06
@wasade wasade merged commit 91cd659 into master Jul 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants