-
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
Api 24831 section 5 disabilities validation #12749
Conversation
modules/claims_api/app/controllers/concerns/claims_api/v2/disability_compensation_validation.rb
Fixed
Show fixed
Hide fixed
Generated by 🚫 Danger |
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
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.
Testing done -> RSpec
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!
468cab8
* Incremental commit * Fix secondary disability logic * Add validation for diagnostic code & toxic exposure * Commit working implementation * Add VCR cassette for BRD disabilties, add & update disability tests * Add rspec tests for secondary disabilities * Rubocop fixes * Disable module length check * Fix tests broken by merge * Move name validation to schema, update tests * Updates to fix rspec tests, accomodate schema change * Misc cleanup * Fix pdf mapper tests * Fix tests after merge w/ master * Test updates to add VCR cassette --------- Co-authored-by: Jeremy Weiland <jeremy6d@users.noreply.github.com>
Summary
Related issue(s)
API-24831
Testing done
What areas of the site does it impact?
modules/claims_api/spec/requests/v2/veterans/disability_compensation_request_spec.rb
modules/claims_api/app/controllers/claims_api/v2/veterans/disability_compensation_controller.rb
modules/claims_api/app/controllers/concerns/claims_api/v2/disability_compensation_validation.rb
Acceptance criteria