-
Notifications
You must be signed in to change notification settings - Fork 66
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
100496 Throw 500 if any files fail to make it to S3 - IVC CHAMPVA forms #20348
Merged
michaelclement
merged 5 commits into
master
from
100496-change-behavior-of-uploads-controller-so-if-missing-file-exception-occurs-a-500-error-is-returnedshown-to-the-user
Jan 21, 2025
Merged
+48
−14
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
va-vfs-bot
temporarily deployed
to
100496-change-behavior-of-uploads-controller-so-if-missing-file-exception-occurs-a-500-error-is-returnedshown-to-the-user/main/main
January 17, 2025 18:13
Inactive
reiting
previously approved these changes
Jan 17, 2025
va-vfs-bot
temporarily deployed
to
100496-change-behavior-of-uploads-controller-so-if-missing-file-exception-occurs-a-500-error-is-returnedshown-to-the-user/main/main
January 17, 2025 22:08
Inactive
reiting
approved these changes
Jan 21, 2025
stevenjcumming
approved these changes
Jan 21, 2025
cloudmagic80
approved these changes
Jan 21, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
michaelclement
deleted the
100496-change-behavior-of-uploads-controller-so-if-missing-file-exception-occurs-a-500-error-is-returnedshown-to-the-user
branch
January 21, 2025 20:56
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates the way the IVC CHAMPVA module handles missing uploads when some fail to make it to S3. Previously, the user's submission was allowed to continue if some files failed to make it through. Then steps were taken to manually interpret the submission and determine if enough information made it through.
This created a lot of manual work and room for error. This PR updates the backend so that rather than letting incomplete submissions through, we fail the submission and throw an error that bubbles up to the user. This will prevent users from having a false impression that their submission was acceptable and provides breathing room until the file transmission issue can be worked out.
For more background and context, see this explanation.
Related issue(s)
Testing done
Screenshots
NA
What areas of the site does it impact?
IVC CHAMPVA forms
Acceptance criteria
Requested Feedback
NA