Automated scholarship agreement emails - #2193
Draft
maebeale wants to merge 1 commit into
Draft
Conversation
Stacked on the decline PR. On decline, email the admin team an FYI. On sign, confirm to the recipient (with a link back to their ticket) and send the team an FYI. Thread the decline page's "contact us" link through to the contact form + FYI so the team lands on the right registration. Adds the notification kinds, mailers + views + previews, the controller wiring, and the contact-us registration threading. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 suggested review level: 3 Read 📖 additive notification/mailer wiring on top of the decline PR
Stacked on #2178 (base =
maebeale/scholarship-decline-email). Merge that first.What
The automated emails split out of #2178:
scholarship_agreement_declined_fyi) with the reason.How
Notificationkinds +NotificationMailermethods + HTML/text views + previews, wired throughNotificationMailerJob;EMAIL_TOPICSentries for the admin filter.events/callouts#sign_agreement/#decline_agreement.No schema changes — purely additive code on top of the decline feature.