Skip to content
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

[Feature] Fix issues that cause Veteran Evidence Doc Upload silent failures #88668

Open
lisacapaccioli opened this issue Jul 17, 2024 · 0 comments
Assignees
Labels
DBEX-Carbs Disability Benefits Experience - Team Carbs disability-experience Epic

Comments

@lisacapaccioli
Copy link
Contributor

lisacapaccioli commented Jul 17, 2024

Reducing future silent upload failures for Veteran evidence uploads.

The purpose of this work is to fix the actual causes for the silent uploads. This may require frontend and/or backend work, of which we won't know what that is until the discovery feature has been conducted.

The issue is, a veteran uploads something. Sometimes, a lot of times, we accept it, allow the veteran to submit, their entire 526 application (including the evidence they uploaded) and then, due to either mismatched, or missing, or whatever, requirement enforcement, go to upload their file that we have already accepted, and it fails, but they already submitted and are gone, thinking they are all good.

We want to use the validate endpoint to check the validity of the uploaded files, themselves, as the user uploads, so that we can eliminate that possibility from happening, without having to re-impliment (and maintain when/if they change) the lighthouse endpoint upload requirements

Goals

  • The fixes work should solve for these:
  • Prevent future silent Veteran evidence failures
    • alerting users early that their document could not be succesfully upload
    • fixing the problems where the system failed to upload properly
  • Confirming that the current validations align with the external services' requirements (e.g., EVSS, LH, etc)

Dependencies

  • [Discovery Feature] Veteran Evidence Document Upload Historical Silent Failures
    #88534
  • [Epic] Lighthouse Document Upload Migration
    #83837
@lisacapaccioli lisacapaccioli added DBEX-Carbs Disability Benefits Experience - Team Carbs disability-experience Epic labels Jul 17, 2024
@lisacapaccioli lisacapaccioli changed the title [Fix Feature] Veteran Evidence Doc Upload Historical Silent Failures - fix the causes to silent uploads [Feature] Reduce Veteran Evidence Doc Upload Historical Silent Failures Jul 17, 2024
@lisacapaccioli lisacapaccioli self-assigned this Aug 5, 2024
@lisacapaccioli lisacapaccioli changed the title [Feature] Reduce Veteran Evidence Doc Upload Historical Silent Failures [Feature] Fix issues that cause Veteran Evidence Doc Upload silent failures Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DBEX-Carbs Disability Benefits Experience - Team Carbs disability-experience Epic
Projects
None yet
Development

No branches or pull requests

1 participant