fix(awooop): mark mixed callback snapshots partial
This commit is contained in:
@@ -580,12 +580,15 @@ def _callback_reply_audit_summary_from_row(
|
||||
if callback_total <= 0:
|
||||
snapshot_status = "no_callback"
|
||||
next_action = "press_telegram_detail_or_history"
|
||||
elif missing > 0:
|
||||
snapshot_status = "not_captured"
|
||||
elif captured > 0 and (missing > 0 or partial > 0):
|
||||
snapshot_status = "partial"
|
||||
next_action = "press_telegram_detail_or_history_after_rollout"
|
||||
elif partial > 0:
|
||||
snapshot_status = "partial"
|
||||
next_action = "press_telegram_detail_or_history_after_rollout"
|
||||
elif missing > 0:
|
||||
snapshot_status = "not_captured"
|
||||
next_action = "press_telegram_detail_or_history_after_rollout"
|
||||
elif outbound_total > 0 and outbound_incident_refs == 0:
|
||||
snapshot_status = "captured"
|
||||
next_action = "review_outbound_source_refs"
|
||||
|
||||
Reference in New Issue
Block a user