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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

LG-12241 & LG-12181 Add Proofing Rate Metrics to DIVR and Update Metrics Names #10566

Merged
merged 7 commits into from
May 7, 2024

Conversation

theabrad
Copy link
Contributor

@theabrad theabrad commented May 7, 2024

馃帿 Ticket

LG-12241
LG-12181

馃洜 Summary of changes

Added the methods from the ProofingRateReport to the IdentityVerificationReport and embeded those methods back into the ProofingRateReport.

Also, updated the metrics names in the IdentityVerificationReport

updated the metrics names for DIVR
the methods for proofing rates now read from the
IdentityVerificationReport rather than being created in the
ProofingRateReport
changelog: Internal, IdV, Add Proofing Rate Metrics to IdentityVerificationReport and rename metrics names
@theabrad theabrad requested a review from a team May 7, 2024 15:41
Copy link
Contributor

@jmax-gsa jmax-gsa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment on lines 131 to 133
reports.map do |report|
report.successfully_verified_users.to_f / report.idv_started
report.blanket_proofing_rates
end
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could make this:

reports.map(&:blanket_proofing_rates)

and honestly probably just inline this (and the other two)

Copy link
Contributor

@zachmargolis zachmargolis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, glad to see we can unify/share more between these reports

@theabrad theabrad merged commit 4f33257 into main May 7, 2024
2 checks passed
@theabrad theabrad deleted the abrad-lg-12241-divr-proofing-metrics branch May 7, 2024 19:07
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.

None yet

3 participants