Aug 3 - Update scheduled task acknowledged

This commit is contained in:
2026-08-03 12:51:01 -04:00
parent 6513e6b4f6
commit 38acb6a52e
8 changed files with 182 additions and 4 deletions
+5
View File
@@ -65,6 +65,11 @@ def _scheduled_payload(s):
# run lands as a linked re-inspection. Additive — older builds decode
# explicit CodingKeys and ignore it.
'parent_inspection_id': s.parent_inspection_id,
# phase47 — receipt acknowledgement. Read-only here: this collection is
# read-only per CLAUDE.md rule 77, so confirming happens on the web. The
# iPad can display "confirmed" state from this timestamp (NULL = the
# assigned inspector has not confirmed receipt yet).
'acknowledged_at': s.acknowledged_at.isoformat() if s.acknowledged_at else None,
}