Holden Hinkle
Holden Hinkle
same.
Working on this (from Jon's notes above): - [ ] Need to confirm that serializers contain all attributes necessary for frontend - [ ] Need to write specs for the...
PR - https://github.com/department-of-veterans-affairs/vets-api/pull/22400
### **Overview of Approach** We're updating an existing Sidekiq job in `vets-api` to validate incoming representative and organization counts during ingestion. A new database table tracks historical totals to help...
I've got a working solution up. I implemented a 'fallback' where if the system can't find a previous count in the historical records (either because they're all null from failed...
I just refactored some things and did some clean up. This should be good for review. (But I need to break out the DB migration into it's own PR and...
I just made this change: Fixed Threshold: Added a 20% fixed change threshold to start with instead of the linear threshold I implemented initially, just to keep things simple.
PR for the table needed for this - https://github.com/department-of-veterans-affairs/vets-api/pull/22460
Waiting for platform review - https://github.com/department-of-veterans-affairs/vets-api/pull/22400 now I asked them to review it - https://dsva.slack.com/archives/CBU0KDSB1/p1748955893567519
Merged!