-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comp and Pen - Add Fields to VA Profile Cache #1819
Comments
Do we want to consider adding in API endpoints for this table so that the lambdas can just use the endpoints instead of making direct db calls and so that we can troubleshoot rows in that cache without having to log into the DB and run queries? |
Hey team! Please add your planning poker estimate with Zenhub @cris-oddball @EvanParish @k-macmillan @ldraney @MackHalliday @mchlwellman |
I noted that while Perf data isn't real, Prod is so I wouldn't be as comfy with people accessing that data from their local machine via an API endpoint. |
Fields have been added, migration generated, testing in progress. |
PR approved/merged and sent through the pipeline up to Perf/Staging. Need to just jump on the DB and confirm the columns are there. |
QA PASSED
|
I tested with @mchlwellman the opt-in/opt-out lambda using Dave's test script and a Lambda test body to update an item in the cache.
Then logged into the DB and verified that the row had |
User Story - Business Need
We want to update our VA Profile cache table to include a
participant_id
andhas_duplicate_mappings
fields so we can make the Comp and Pen pipeline significantly more efficient.User Story(ies)
As a backend engineer
I want add the necessary fields to our VA Profile cache table
So that we have and efficient way of storing and retrieving this data
Additional Info and Resources
Acceptance Criteria
participant_id
and ahas_duplicate_mappings
fieldsThe text was updated successfully, but these errors were encountered: