issues
search
department-of-veterans-affairs
/
notification-api
Notification API
MIT License
16
stars
9
forks
source link
#1979 - Add notification column to VA Profile Local Cache
#2075
Closed
MackHalliday
closed
1 month ago
MackHalliday
commented
1 month ago
Description
issue #1979
This ticket requires that the
notification_id
from the send Comp and Pen Opt-In confirmation be saved to the
va_profile_local_cache
table.
How Has This Been Tested?
Migration OK
Downgrade OK
Checklist
[ ] I have assigned myself to this PR
[ ] PR has an
appropriate title
: #9999 - What the thing does
[ ] PR has a detailed description, including links to specific documentation
[ ] I have added the
appropriate labels
to the PR.
[ ] I did not remove any parts of the template, such as checkboxes even if they are not used
[ ] My code follows the
style guidelines
of this project
[ ] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to any documentation
[ ] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works.
Testing guidelines
[ ] I have ensured the latest main is merged into my branch and all checks are green prior to review
[ ] New and existing unit tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
[ ] The ticket was moved into the DEV test column when I began testing this change
Description
issue #1979
notification_id
from the send Comp and Pen Opt-In confirmation be saved to theva_profile_local_cache
table.How Has This Been Tested?
Migration OK
Downgrade OK
Checklist