-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Api 41362 dependent poa file upload. (v1 & v2) (#19165)
* WIP * WIP * API-41362-v2-dependent-poa-file-upload * Updates dependent headers setting for POA V1 * Updates relevant tests modified: modules/claims_api/app/controllers/claims_api/v1/forms/power_of_attorney_controller.rb modified: modules/claims_api/spec/requests/v1/forms/2122_spec.rb * API-41362-v2-dependent-poa-file-upload * fxes the workflow so when a dependent is on the claim it does not call POAUpdater job which end up updating for the veteran not the dependent modified: modules/claims_api/app/controllers/claims_api/v1/forms/power_of_attorney_controller.rb modified: modules/claims_api/app/controllers/claims_api/v2/veterans/power_of_attorney/base_controller.rb modified: modules/claims_api/app/services/claims_api/document_service_base.rb modified: modules/claims_api/app/services/claims_api/evidence_waiver_document_service.rb modified: modules/claims_api/app/services/claims_api/poa_document_service.rb modified: modules/claims_api/app/sidekiq/claims_api/poa_assign_dependent_claimant_job.rb modified: modules/claims_api/app/sidekiq/claims_api/poa_updater.rb modified: modules/claims_api/app/sidekiq/claims_api/service_base.rb modified: modules/claims_api/app/sidekiq/claims_api/v1/poa_form_builder_job.rb modified: modules/claims_api/app/sidekiq/claims_api/v2/poa_form_builder_job.rb modified: modules/claims_api/spec/requests/v1/forms/2122_spec.rb modified: modules/claims_api/spec/sidekiq/poa_assign_dependent_claimant_job_spec.rb * Reverts Gemfile.lock change * Removes comment that landed in wrong spot * API-41362-v2-dependent-poa-file-upload * Updates handling the assignment service n the job * Reverts back to returning `nil` for bang method * Fixes typo * Cleans up file name setting methods/workflow modified: modules/claims_api/app/services/claims_api/dependent_claimant_poa_assignment_service.rb modified: modules/claims_api/app/services/claims_api/disability_compensation/disability_document_service.rb modified: modules/claims_api/app/services/claims_api/document_service_base.rb modified: modules/claims_api/app/services/claims_api/evidence_waiver_document_service.rb modified: modules/claims_api/app/services/claims_api/poa_document_service.rb modified: modules/claims_api/app/sidekiq/claims_api/poa_assign_dependent_claimant_job.rb modified: modules/claims_api/app/sidekiq/claims_api/service_base.rb * Updates POA after depedent assignment and logs outcome at that point * Adjusts broken test, refactors one small settings check in controler, fixes value check
- Loading branch information
1 parent
d56fc68
commit deb41e2
Showing
15 changed files
with
368 additions
and
116 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.