Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
96938a5
begin the work of calculating things on a per-worker basis
Jun 24, 2026
031bafa
update _calc_cases_ixd to handle worker
Jun 24, 2026
f9595df
migrate _calc_interview_day_buckets to calculate for all workers
Jun 24, 2026
f497efa
migrate _calc_cases_reinterviewed to calculate for all workers
Jun 24, 2026
302d8a7
pyrefly fix
Jun 24, 2026
41a81a4
add typing
Jun 24, 2026
71ed430
migrate _calc_hiv_previous_positive to calculate for all workers
Jun 24, 2026
a0b706d
linting
Jun 24, 2026
9b2c235
migrate _calc_hiv_tested to calculate for every worker
Jun 24, 2026
7b021d5
migrate _calc_hiv_new_positive to calculate for every worker
Jun 24, 2026
8276153
migrate _calc_hiv_posttest_counsel to calculate for every worker
Jun 24, 2026
7d1d7ad
migrate _calc_testing_index to calculate for every worker
Jun 24, 2026
1b4b1ad
fix pyrefly warnings
Jun 25, 2026
3e047a4
add _build_case_assignments_and_outcomes_output
Jun 25, 2026
af0744e
add _calc_total_period_partners
Jun 25, 2026
961ca86
move pa_01 queries out to their own module
Jun 25, 2026
f8a3946
move models and constants to their own file
Jun 25, 2026
a166a05
Move all calculations for pa01 to their own file
Jun 25, 2026
c770466
Small clean up
Jun 25, 2026
ed5b8bc
add Total Partners Initiated
Jun 25, 2026
9c3bb7d
Fix snapshot
Jun 25, 2026
5e75915
check for report_variant value
Jun 26, 2026
c55929e
add total partners initiated from ri/oi, contact index
Jun 26, 2026
b16ef26
linting
Jun 26, 2026
a1fd749
update pa01 snapshot
Jun 26, 2026
a7cca46
add cases with no partners data point
Jun 26, 2026
f4a4de1
update snapshot
Jun 26, 2026
85c5331
add total clusters initiated
Jun 26, 2026
6f7e405
add cluster index
Jun 26, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/report-execution/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dev = [
"pytest-mock>=3.15.1",
"pytest-snapshot>=0.9.0",
"pyyaml>=6.0.3",
"types-pyyaml>=6.0.12.20260518",
"ruff>=0.15.0,<1.0.0",
"tablefaker>=1.11.1",
"testcontainers>=4.14.1",
Expand Down
Loading
Loading