-
Notifications
You must be signed in to change notification settings - Fork 66
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
PBP 95481 ZSF VA Email Notification #19022
Conversation
Generated by 🚫 Danger |
There was a seemingly-unrelated test failure. I'm re-running them for you. |
Maybe it is related. It keeps failing on your branch and I don't see it failing on
|
that was a different one from what i was seeing before - i merged master again and will be checking more closely if it fails |
👍 And I re-ran the test suite twice, so it had three passing runs. @wayne-weibel Can you get a teammate to review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
Backend-review-group approval confirmed. |
Summary
add general functionality to send email notification for a SavedClaim
Related issue(s)
ZSF | general claim email notification functionality
https://github.com/department-of-veterans-affairs/vsp-infra-application-manifests/pull/3181
https://github.com/department-of-veterans-affairs/vsp-infra-application-manifests/pull/3185
Testing done
Screenshots
What areas of the site does it impact?
pension and burial at the moment. any other saved claim form can use this class by extending or directly
Acceptance criteria
Requested Feedback
Should the
rescue
also reraise the exception? My thinking in not doing so is that the send of the email should not be a requirement to continue the calling process, and there is the monitoring of success/failure (at least for calling the EmailJob.perform)