swiftops-backend / src /app /api /v1 /ticket_completion.py

Commit History

refactor: remove reconciliation system and all related code, tasks, and docs
d12a170

kamau1 commited on

Fix: Correct expense relationship usage and add missing real-time reconciliation on ticket completion
4ebdff0

kamau1 commited on

fix: add complete status-history coverage, set started_at correctly, and harden dedup_key + location tracking
53b964c

kamau1 commited on

fix: replace string-based joinedload with class-bound attributes to restore completion-checklist relationship loading
0379dd9

kamau1 commited on

fix: correctly detect uploaded checklist photos by parsing description and eager-loading images
3e23d36

kamau1 commited on

Add dedicated PUT /completion-data endpoint for partial updates to ticket completion data
807713e

kamau1 commited on

feat(ticket-completion): allow incremental photo uploads and enforce full validation only at completion
d3b4695

kamau1 commited on

Fix dependency imports: correct get_db and get_current_user imports to use app.api.deps
d4444b8

kamau1 commited on

complete services
456b2e2

kamau1 commited on