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

CAPT 1546/qa irp task #2948

Merged
merged 3 commits into from
Jul 2, 2024
Merged

CAPT 1546/qa irp task #2948

merged 3 commits into from
Jul 2, 2024

Conversation

rjlynch
Copy link
Contributor

@rjlynch rjlynch commented Jun 28, 2024

Flag 100% of IRP claims for QA

We want to flag 100% of IRP claims as requiring QA. This pull requests moves the MIN_QA_THRESHOLD constant to the policy level, allowing each policy to set what % of its claims are QA'd and also updates the below_min_qa_threshold? to make it's decision based on the number of claims flagged per policy.

Walk through

admin-qa-task.mov

@rjlynch rjlynch changed the title CAPT 1546/qa irp task WIP - CAPT 1546/qa irp task Jun 28, 2024
@rjlynch rjlynch force-pushed the CAPT-1546/qa-irp-task branch 2 times, most recently from 228188d to e381e15 Compare July 1, 2024 10:06
@rjlynch rjlynch changed the title WIP - CAPT 1546/qa irp task CAPT 1546/qa irp task Jul 1, 2024
@rjlynch rjlynch force-pushed the CAPT-1546/qa-irp-task branch from e381e15 to b60d128 Compare July 1, 2024 10:20
@rjlynch rjlynch marked this pull request as ready for review July 1, 2024 10:21
@rjlynch rjlynch force-pushed the CAPT-1546/qa-irp-task branch from b60d128 to e9c607c Compare July 2, 2024 09:22
rjlynch added 3 commits July 2, 2024 10:34
This method is only used in one place, in an instance method on Claim,
so it doesn't need to be a class method. By moving this method to be an
instance method it will be easier to overwrite the MIN_QA_THRESHOLD on a
per policy basis.
Previously we were QAing 10% of all claims when what we want to do is QA
10% of claims for each policy. This commit moves the MIN_QA_THRESHOLD
constant into the policy such that it's configurable on a per policy
basis.
A business requirement is for us to QA 100% of the claims for IRP
@rjlynch rjlynch force-pushed the CAPT-1546/qa-irp-task branch from e9c607c to 1f53e01 Compare July 2, 2024 09:34
@rjlynch rjlynch merged commit 519e8f8 into master Jul 2, 2024
16 checks passed
@rjlynch rjlynch deleted the CAPT-1546/qa-irp-task branch July 2, 2024 09:39
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