-
Notifications
You must be signed in to change notification settings - Fork 69
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
253 | mobile vshe connection #21024
253 | mobile vshe connection #21024
Conversation
…ts-api into 253-mobile-vshe-connection
…ts-api into 253-mobile-vshe-connection
…-veterans-affairs/vets-api into 253-mobile-vshe-connection
…ts-api into 253-mobile-vshe-connection
…ts-api into 253-mobile-vshe-connection
required: | ||
- veteranStatus | ||
properties: | ||
veteranStatus: |
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.
Does this need to include anything about the notConfirmedReason
?
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.
@ATeal I don't believe there's a way to include optional properties, and notConfirmedReason
is optional, only appearing when status is 'not confirmed'. I did set the additionalProperties: true
statement to show that other properties are allowed
"veteranStatus" | ||
], | ||
"properties": { | ||
"veteranStatus": { |
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.
Similar question as the schema do we need to include anything about the notConfirmedReason
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.
Looks good to me 👍
Note: Delete the description statements, complete each step. None are optional, but can be justified as to why they cannot be completed as written. Provide known gaps to testing that may raise the risk of merging to production.
Summary
No
This PR adds a route to fetch a veteran's title 38 status from the VeteranVerification service and serve that route up to the mobile application.
Not a bug
Mobile Feature Support - yes, MFS is a codeowner
No new flippers
Related issue(s)
https://github.com/department-of-veterans-affairs/va-mobile-feature-support/issues/253
Testing done
Screenshots
Note: Optional
What areas of the site does it impact?
(Describe what parts of the site are impacted andifcode touched other areas)
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?