HH/apps/complaints
ismail 1ee9ae807b
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m11s
test: complaint full lifecycle (create -> resolve) + fix public_submit NameError
One continuous E2E test from public-form creation through resolution:
1. CREATE (public form POST) -> captures CMP- reference
2. ACTIVATE (open -> in_progress)
3. SEND TO DEPARTMENT (creates ComplaintInvolvedDepartment)
4. CHAMPION RESPONDS (department response)
5. MANAGER APPROVES
6. PX ACCEPTS
7. RESOLVE

Fix: NameError in public_complaint_submit (reference_number was undefined after
removing the legacy CMP- generator). Also fixed the same in the inquiry public
submit path (ui_views.py). Both now read complaint.reference_number /
inquiry.reference_number after save().

Harness: get_e2e_complaint_id CLI + seed_e2e_complaint other_dept_id output.
2026-06-15 16:20:55 +03:00
..
2025-12-24 12:42:31 +03:00
2026-05-11 14:45:30 +03:00
2025-12-25 17:11:40 +03:00
2026-01-15 15:02:42 +03:00
2026-05-11 14:45:30 +03:00
2026-02-25 04:47:05 +03:00