Skip to content
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

Raymond/APPEALS-27362 #19334

Merged
merged 10 commits into from
Sep 27, 2023
Merged

Raymond/APPEALS-27362 #19334

merged 10 commits into from
Sep 27, 2023

Conversation

raymond-hughes
Copy link
Contributor

@raymond-hughes raymond-hughes commented Aug 31, 2023

Resolves APPEALS-27362

Description
Remediation steps to resolve Pre Docket IHP tasks.

Problem Statement

InformalHearingTask is created before the PreDocketTask is completed. This causes the work for InformalHearingTask to possibly began before the appeal has been docketed.

This PR addresses this issue by allowing Tier 3 to run remediation script by passing in appeal_uuid or vacols_id which allows the script to run creating a DistributionTask, placing it on_hold, setting the InformalHearingTask as a child task of the DistributionTask which blocks each task that is a child of the DistributionTask including the TrackVeteranTask.

Acceptance Criteria

  • Code compiles correctly
  • Tests are passing related to the changes

@codeclimate
Copy link

codeclimate bot commented Aug 31, 2023

Code Climate has analyzed commit 459ca61 and detected 3 issues on this pull request.

Here's the issue category breakdown:

Category Count
Bug Risk 1
Style 1
Complexity 1

View more on Code Climate.

@raymond-hughes raymond-hughes merged commit 3772b8c into master Sep 27, 2023
12 of 14 checks passed
@ThorntonMatthew ThorntonMatthew deleted the Raymond/APPEALS-27362 branch September 26, 2024 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants