Aug 3 - Update scheduled task acknowledged
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user