-
Notifications
You must be signed in to change notification settings - Fork 63
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
[API-34448] VA Notify - Send declined notification #19362
base: master
Are you sure you want to change the base?
Conversation
8f34ba9
to
38f8ea8
Compare
8d71193
to
ff57ce9
Compare
ff57ce9
to
dfd3a2d
Compare
Generated by 🚫 Danger |
e86b894
to
042e88e
Compare
modules/claims_api/app/sidekiq/claims_api/va_notify_declined_job.rb
Outdated
Show resolved
Hide resolved
…ob.rb Co-authored-by: Rockwell Windsor Rice <[email protected]>
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.
Hm, I wonder if we fall back to “representative” here: vets-api/modules/claims_api/app/sidekiq/claims_api/va_notify_declined_job.rb Lines 67 to 68 in 0f00e6b
So we donʼt get a dangling adjective “accredited” when the rep type canʼt be found. |
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.
Yep agreed, LGTM
Summary
Send an email to the participant when their POA request is declined.
participantId
andrepresentativeId
to the/decide
requestRelated issue(s)
API-34448
Testing done
Screenshots
Organization (21-22)
Representative/Individual (21-22a)
What areas of the site does it impact?
Acceptance criteria
Requested Feedback
Any better way to find a PowerOfAttorney record by POA code other than a full table scan?Using representative and representative id instead