7 Commits

Author SHA1 Message Date
7f19b3283c update regarding the complaint flow 2026-06-30 13:12:48 +03:00
50a41f9f3c fix: 4 more bugs from extended URL sweep (123 pages tested)
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m13s
1. /complaints/templates/ — FieldError: order_by('name_en') on ComplaintTemplate
   model which has 'name' (not 'name_en'). Fixed.
2. /executive/* (4 URLs) — NoReverseMatch: redirect('core:home') referenced a
   non-existent URL name. Fixed to redirect('/').
3. /my/ and /my/performance/ — ValueError: QIProjectTask.filter(assigned_to=user)
   passed a User to a Staff FK. Fixed to use user.staff_profile.
4. /organizations/hospitals/ — FieldError: Hospital.objects.filter(hospital=...)
   on a self-referential field that doesn't exist. Fixed to filter by pk.
2026-06-17 20:42:06 +03:00
7dae32d206 fix: replace pytz with zoneinfo, fix predictive insights list/dict bug
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m15s
2026-05-12 01:32:41 +03:00
fd19216b0d track migrations in git, regenerate fresh initial migrations, add staging-test compose, fix .gitignore
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m5s
2026-05-11 23:34:39 +03:00
c5f76b3855 updates
Some checks are pending
Build and Push Docker Image / build (push) Waiting to run
2026-05-11 14:45:30 +03:00
946c31cf34 Add CI pipeline for Docker image builds
Some checks failed
Build and Push Docker Image / build (push) Failing after 21s
2026-04-19 13:34:40 +03:00
e119312a9c clean up version 2026-04-19 10:53:12 +03:00