department-of-veterans-affairs / va.gov-team

Public resources for building on and in support of VA.gov. Visit complete Knowledge Hub:
https://depo-platform-documentation.scrollhelp.site/index.html
281 stars 201 forks source link

Supplemental Claims | 4142/4142(a) form integration work #48364

Open saderagsdale opened 1 year ago

saderagsdale commented 1 year ago

@kylesoskin commented on Mon Sep 19 2022

Value Statement

As a Veteran I want to authorize medical providers to disclose my medical records So that I can submit those records as evidence to support my claim.


Background Context

Acceptance Criteria

Designs and Build Notes

Out of scope

Open questions

Tasks


@kylesoskin commented on Wed Oct 05 2022

Beginning looking into backend code for this now.


@kylesoskin commented on Wed Oct 05 2022

It looks like there is code to submit a 4142, not seeing anything for 4142a. Might just need some more details/clarification on this, still looking into it.


@kylesoskin commented on Thu Oct 06 2022

This will take some more vigorous refactoring. We can't use the current Form4142Processor and surrounding code because it all depends on a form526 submission id and stored form data in the db. We wont have any of that for supplemental claims (unless we want to? maybe we should?).

So Ill need to pull out the relevant submission chunks, refactor existing form526 code to use the pulled out chunks the same way as before, and then create code for supplemental claims to use it how it wants to. Still investigating though.


@saderagsdale commented on Thu Oct 06 2022

@saderagsdale @sortizsh Add a separate ticket for e2e, unit testing, accessibility testing.


@kylesoskin commented on Tue Oct 11 2022

Instead of pulling everything out and refactoring 526, just copy/pasting/reusing the relevant snippets. Favoring stability of 526 and quickness, over code quality for now.

this is completed, just needs more testing


@saderagsdale commented on Wed Oct 12 2022

@saderagsdale @Mottie FE work will be consolidated into this ticket and tested as one piece of functionality.


@saderagsdale commented on Mon Oct 17 2022

@saderagsdale Move to our repo.

saderagsdale commented 1 year ago

@Mottie @kylesoskin I copied this ticket into our repo and closed the one in the other repo.