-
Notifications
You must be signed in to change notification settings - Fork 62
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
API-39899-update-zip-first-five-validations-for-coa #18341
Merged
rockwellwindsor-va
merged 17 commits into
master
from
API-39899-update-zip-first-five-validations-for-coa
Sep 17, 2024
Merged
API-39899-update-zip-first-five-validations-for-coa #18341
rockwellwindsor-va
merged 17 commits into
master
from
API-39899-update-zip-first-five-validations-for-coa
Sep 17, 2024
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
* Updates/adds validations for zipfirstFive * Updates/adds tests for scenarios Changes to be committed: modified: modules/claims_api/app/controllers/concerns/claims_api/v2/disability_compensation_validation.rb modified: modules/claims_api/spec/lib/claims_api/v2/disability_compensation_validation_spec.rb
va-vfs-bot
temporarily deployed
to
API-39899-update-zip-first-five-validations-for-coa/main/main
September 5, 2024 22:12
Inactive
va-vfs-bot
temporarily deployed
to
API-39899-update-zip-first-five-validations-for-coa/main/main
September 5, 2024 23:39
Inactive
github-actions
bot
added
ready-for-backend-review
and removed
ready-for-backend-review
test-passing
labels
Sep 6, 2024
va-vfs-bot
temporarily deployed
to
API-39899-update-zip-first-five-validations-for-coa/main/main
September 6, 2024 13:02
Inactive
mchristiansonVA
previously approved these changes
Sep 6, 2024
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.
Tested locally and confirmed validations working as expected with appropriate error messages. Looks good to me!
va-vfs-bot
temporarily deployed
to
API-39899-update-zip-first-five-validations-for-coa/main/main
September 9, 2024 21:28
Inactive
github-actions
bot
added
ready-for-backend-review
test-failure
and removed
ready-for-backend-review
test-passing
labels
Sep 16, 2024
va-vfs-bot
temporarily deployed
to
API-39899-update-zip-first-five-validations-for-coa/main/main
September 16, 2024 16:16
Inactive
github-actions
bot
added
test-passing
and removed
ready-for-backend-review
test-failure
labels
Sep 16, 2024
va-vfs-bot
temporarily deployed
to
API-39899-update-zip-first-five-validations-for-coa/main/main
September 16, 2024 23:40
Inactive
github-actions
bot
added
omit-backend-approval
and removed
omit-backend-approval
labels
Sep 17, 2024
github-actions
bot
added
omit-backend-approval
and removed
omit-backend-approval
test-passing
labels
Sep 17, 2024
rockwellwindsor-va
deleted the
API-39899-update-zip-first-five-validations-for-coa
branch
September 17, 2024 15:30
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
zipfirstFive
andstate
forchangeOfAddress
in line with ticket ACsRelated issue(s)
API-39899
Testing done
Testing Notes
changeOfAddress
block to add to the 526 submission that can be alteredzipFirstFive
if thecountry
is "USA" was already being enforced.change the country (This has requirement been removedBrazil
is one example you can use) and submit with azipFirstFive
should produce an error because of the inclusion of thezipFirstFive
when the country is not 'USA'state
value (with country set to something other then 'USA' commenting out state should not do anything)What areas of the site does it impact?
Acceptance criteria
Requested Feedback
(OPTIONAL)What should the reviewers know in addition to the above. Is there anything specific you wish the reviewer to assist with. Do you have any concerns with this PR, why?