-
Notifications
You must be signed in to change notification settings - Fork 63
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
Update demographics policy to match business rules #12890
Update demographics policy to match business rules #12890
Conversation
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. Thanks!
LGTM |
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.
@@ -37,7 +38,7 @@ | |||
it 'returns a 201' do | |||
gender_identity = VAProfile::Models::GenderIdentity.new(code: 'F') | |||
|
|||
VCR.use_cassette('mobile/va_profile/post_gender_identity_success') do | |||
VCR.use_cassette('mobile/va_profile/post_gender_identity_success', erb: { csd: }) do |
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.
Cool way to customize VCRS. we should be doing more of that.
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.
👍
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 🚀
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.
🚀
* Update demographics_policy.rb * updated doc wording to be accurate * Update tests to be compatible with updated policy * Copy master index.html to branch * rerender docs --------- Co-authored-by: Tonksthebear <jasonconig@me.com>
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
After some discussions in slack we have decided the original implementation of this policy was correct so we are reverting it to match that decision.
Related issue(s)
department-of-veterans-affairs/va-mobile-app#5776
Testing done
Updated tests to allow the returning of uuids
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?