-
Notifications
You must be signed in to change notification settings - Fork 204
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
526ez | Transition to Benefits Reference Data in the Lighthouse API #37771
Comments
Currently, we have
which have corresponding Lighthouse endpoints. References
|
additionally, need to begin refreshing disabilities data used in 526 drop down choices as per this thread https://dsva.slack.com/archives/C5AGLBNRK/p1651168621582479 |
@saderagsdale Ask when EVSS is going to terminate this service. |
@Mottie @michelpmcdonald this will be multiple tickets. @saderagsdale to make an epic. |
@saderagsdale Goal is to transition away from all of the evss services this year. You can help set the target date for this one. What works for you? |
Back-end: This should not be too difficult from what I can tell.
Instead of hard-coding, just making a generic end-point that can get any and all data from the BRD (pass-through). We can use for all our needs and anyone else on the front-end can use too if needed. This only allows for the front-end to get any existing BRD end-points, any diffs between EVSS/BRD has nothing to do with this, this is just code to allow front-end to pull/hit whatever is in BRD, what is in BRD vs EVSS is another topic and unrelated to the back-end work. Front-end: After back-end is done and released can scope out and refine further tickets to make use of where needed and as needed. |
@kylesoskin Moving this to the sprint backlog while you're on leave. |
Awaiting changes from these two PRs to get approved.
Once merged, backend should be able to get anything from the benefits reference data. @Mottie or other front-end-er will just need to make front-end changes to consume new vets-api back-end endpoint, but backend work should be done for now. This probably should have been broken into 2 tickets so that I could close a backend portion ticket. |
Booyah! |
@saderagsdale FE work isn't blocked, move links to the user story. |
TODO (maintenance task/improvements):
|
Issue Description
The Benefits Reference Data API has transitioned from EVSS to Lighthouse. We can begin using the new API.
Related tickets
#41302
#41046
Tasks
If you have not already requested a key, in order to get started building and testing with this API, submit a Lighthouse onboarding request to obtain a sandbox key.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: