Skip to content

feat(spp_drims): Requests review — UI/UX overhaul, per-warehouse allocation, reviewer notes - #396

Merged
emjay0921 merged 12 commits into
19.0from
fix/1075-drims-requests-review
Aug 11, 2026
Merged

feat(spp_drims): Requests review — UI/UX overhaul, per-warehouse allocation, reviewer notes#396
emjay0921 merged 12 commits into
19.0from
fix/1075-drims-requests-review

fix(drims): drop the readonly moves lock so partial dispatch still works

7cdd47a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 7, 2026 in 0s

71.42% (+1.25%) compared to 208d975

View this Pull Request on Codecov

71.42% (+1.25%) compared to 208d975

Details

Codecov Report

❌ Patch coverage is 92.85714% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 71.42%. Comparing base (208d975) to head (7cdd47a).

Files with missing lines Patch % Lines
spp_drims/wizard/allocation_preview_wizard.py 90.36% 8 Missing ⚠️
spp_drims/models/request_line.py 75.00% 6 Missing ⚠️
spp_drims/models/request.py 97.59% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             19.0     #396      +/-   ##
==========================================
+ Coverage   70.17%   71.42%   +1.25%     
==========================================
  Files         205      243      +38     
  Lines       17751    20790    +3039     
==========================================
+ Hits        12457    14850    +2393     
- Misses       5294     5940     +646     
Files with missing lines Coverage Δ
spp_drims/models/__init__.py 100.00% <100.00%> (ø)
spp_drims/models/request_allocation.py 100.00% <100.00%> (ø)
spp_drims/models/stock_move.py 100.00% <100.00%> (ø)
spp_drims/wizard/__init__.py 100.00% <100.00%> (ø)
spp_drims/wizard/request_revision_wizard.py 100.00% <100.00%> (ø)
spp_drims/models/request.py 93.19% <97.59%> (ø)
spp_drims/models/request_line.py 82.35% <75.00%> (ø)
spp_drims/wizard/allocation_preview_wizard.py 92.91% <90.36%> (ø)

... and 31 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.