-
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-39890-updates-some-valdations-for-change-of-address #18337
Merged
rockwellwindsor-va
merged 8 commits into
master
from
API-39890-updates-some-valdations-for-change-of-address
Sep 11, 2024
Merged
API-39890-updates-some-valdations-for-change-of-address #18337
rockwellwindsor-va
merged 8 commits into
master
from
API-39890-updates-some-valdations-for-change-of-address
Sep 11, 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 validation for: * typeOfAddressChange * addressLine1 * city * state * Updates documentation description to reflect conditionally required attributes * Adds tests Changes to be committed: modified: modules/claims_api/app/controllers/concerns/claims_api/v2/disability_compensation_validation.rb modified: modules/claims_api/app/swagger/claims_api/v2/dev/swagger.json modified: modules/claims_api/app/swagger/claims_api/v2/production/swagger.json modified: modules/claims_api/config/schemas/v2/526.json modified: modules/claims_api/spec/lib/claims_api/v2/disability_compensation_validation_spec.rb
va-vfs-bot
temporarily deployed
to
API-39890-updates-some-valdations-for-change-of-address/main/main
September 5, 2024 20:35
Inactive
va-vfs-bot
temporarily deployed
to
API-39890-updates-some-valdations-for-change-of-address/main/main
September 5, 2024 20:51
Inactive
va-vfs-bot
temporarily deployed
to
API-39890-updates-some-valdations-for-change-of-address/main/main
September 5, 2024 21:03
Inactive
github-actions
bot
added
ready-for-backend-review
and removed
ready-for-backend-review
test-passing
labels
Sep 6, 2024
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-39890-updates-some-valdations-for-change-of-address/main/main
September 6, 2024 18:07
Inactive
github-actions
bot
added
test-passing
ready-for-backend-review
and removed
ready-for-backend-review
labels
Sep 9, 2024
github-actions
bot
added
ready-for-backend-review
test-failure
and removed
ready-for-backend-review
test-passing
labels
Sep 9, 2024
va-vfs-bot
temporarily deployed
to
API-39890-updates-some-valdations-for-change-of-address/main/main
September 9, 2024 23:34
Inactive
stiehlrod
previously approved these changes
Sep 10, 2024
rjohnson2011
approved these changes
Sep 11, 2024
Backend-review-group approval confirmed. |
stiehlrod
approved these changes
Sep 11, 2024
rockwellwindsor-va
deleted the
API-39890-updates-some-valdations-for-change-of-address
branch
September 11, 2024 17:27
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
Related issue(s)
API-39890
Testing done
Testing Notes
changeOfAddress
block to add to the 526 submission (I suggest sync or validate endpoint)typeOfAddressChange
addressLine1
city
country
Screenshots
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?