Skip to content

feat(change_request): redesign CR flows — Create Group, Add/Remove Member, Change HoH, Split Household (#876 #871 #872 #873 #877)#242

Draft
emjay0921 wants to merge 35 commits into
19.0from
feat/876-create-group-cr-redesign
Draft

feat(change_request): redesign CR flows — Create Group, Add/Remove Member, Change HoH, Split Household (#876 #871 #872 #873 #877)#242
emjay0921 wants to merge 35 commits into
19.0from
feat/876-create-group-cr-redesign

Merge remote-tracking branch 'origin/19.0' into feat/876-create-group…

55fdd67
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 2, 2026 in 0s

71.41% (-3.90%) compared to 1ba8bcc

View this Pull Request on Codecov

71.41% (-3.90%) compared to 1ba8bcc

Details

Codecov Report

❌ Patch coverage is 86.47959% with 106 lines in your changes missing coverage. Please review.
✅ Project coverage is 71.41%. Comparing base (1ba8bcc) to head (55fdd67).

Files with missing lines Patch % Lines
spp_change_request_v2/details/create_group.py 85.97% 23 Missing ⚠️
spp_change_request_v2/details/add_member.py 73.07% 14 Missing ⚠️
spp_change_request_v2/wizards/create_wizard.py 7.14% 13 Missing ⚠️
spp_mis_demo_v2/models/mis_demo_generator.py 77.77% 12 Missing ⚠️
spp_change_request_v2/models/change_request.py 82.81% 11 Missing ⚠️
...pp_change_request_v2/strategies/split_household.py 76.08% 11 Missing ⚠️
spp_change_request_v2/strategies/create_group.py 94.01% 7 Missing ⚠️
spp_change_request_v2/strategies/change_hoh.py 84.84% 5 Missing ⚠️
...pp_change_request_v2/models/change_request_type.py 82.35% 3 Missing ⚠️
spp_change_request_v2/details/split_household.py 96.07% 2 Missing ⚠️
... and 3 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             19.0     #242      +/-   ##
==========================================
- Coverage   75.31%   71.41%   -3.90%     
==========================================
  Files        1098     1006      -92     
  Lines       65317    60550    -4767     
==========================================
- Hits        49191    43242    -5949     
- Misses      16126    17308    +1182     
Files with missing lines Coverage Δ
spp_change_request_v2/__manifest__.py 0.00% <ø> (ø)
spp_change_request_v2/details/remove_member.py 48.27% <ø> (-3.34%) ⬇️
spp_change_request_v2/strategies/remove_member.py 90.32% <100.00%> (ø)
spp_change_request_v2/wizards/__init__.py 100.00% <100.00%> (ø)
spp_change_request_v2/details/change_hoh.py 98.30% <97.82%> (+34.01%) ⬆️
spp_change_request_v2/details/split_household.py 90.41% <96.07%> (+22.04%) ⬆️
spp_change_request_v2/strategies/add_member.py 92.59% <93.75%> (+1.16%) ⬆️
...e_request_v2/wizards/create_group_member_wizard.py 97.77% <97.77%> (ø)
...pp_change_request_v2/models/change_request_type.py 69.00% <82.35%> (+1.47%) ⬆️
spp_change_request_v2/strategies/change_hoh.py 85.96% <84.84%> (-3.51%) ⬇️
... and 7 more

... and 228 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.