Skip to content

Remove the sp_costs_added flag from the resolution result#10792

Merged
jmhooper merged 1 commit intomainfrom
jmhooper-remove-sp-costs-added
Jun 20, 2024
Merged

Remove the sp_costs_added flag from the resolution result#10792
jmhooper merged 1 commit intomainfrom
jmhooper-remove-sp-costs-added

Conversation

@jmhooper
Copy link
Contributor

The VerifyInfoConcern used to add SP costs to the database by inspecting the result from the ResolutionProofingJob. We have made the following changes in an effort to move the logic for tracking SP costs into the resolution proofing job:

This commit includes the changes for the final step: Removing the sp_costs_added flag now that nothing is reading it.

This commit can be safely merged into main when all of the above changes are fully deployed.

@jmhooper jmhooper requested a review from a team June 11, 2024 13:56
@jmhooper jmhooper force-pushed the jmhooper-remove-verify-info-cost-tracking branch from fdc5f22 to e3113e9 Compare June 11, 2024 15:14
@jmhooper jmhooper force-pushed the jmhooper-remove-sp-costs-added branch from e303edc to 3a3825d Compare June 11, 2024 15:15
Base automatically changed from jmhooper-remove-verify-info-cost-tracking to main June 13, 2024 13:45
@jmhooper jmhooper force-pushed the jmhooper-remove-sp-costs-added branch from 3a3825d to a73e3b7 Compare June 13, 2024 13:46
The `VerifyInfoConcern` used to add SP costs to the database by inspecting the result from the `ResolutionProofingJob`. We have made the following changes in an effort to move the logic for tracking SP costs into the resolution proofing job:

- In #10743 we added a conditional to the `VerifyInfoConcern` to stop writing SP costs if a `sp_costs_added` flag is present on the result
- In #10767 we started adding costs in the `ResolutionProofingJob` and had the job set the `sp_costs_added` flag
- In #10786 we removed the code that added the SP costs in the `VerifyInfoConcern`

This commit includes the changes for the final step: Removing the `sp_costs_added` flag now that nothing is reading it.

This commit can be safely merged into main when all of the above changes are fully deployed.

[skip changelog]
@jmhooper jmhooper force-pushed the jmhooper-remove-sp-costs-added branch from a73e3b7 to 436b75a Compare June 20, 2024 13:39
@jmhooper jmhooper merged commit 6652630 into main Jun 20, 2024
@jmhooper jmhooper deleted the jmhooper-remove-sp-costs-added branch June 20, 2024 14:29
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