Catherine reported that Kris Smith said he did not publish reports, but Attik shows the Sewer Line Evaluation report completed on two orders.
Affected work orders:
Relevant inspections:
PostHog investigation found that both Sewer Line Evaluation reports moved from pending to completed, and the rendered activity feed attributes the change to Kris Smith. However, there is no instrumented event that captures the actual status change action, so it is not possible to determine with confidence who triggered it, from which surface, or at what exact time from PostHog data alone.
What was confirmed:
1008599255; the activity feed shows Kris Smith's report status changed to completed.1008599424, but PostHog did not capture which dropdown option was selected.Current gap:
pending to completed or on other report status transitions.spectora_reports_synced event was found for either inspection.Likely paths where the status change originates without instrumentation:
sync-spectora-reports or related reports pipeline.Recommended fixes:
report_status_changed event whenever a report status transitions.Complete.Suggested event shape:
posthog.capture('report_status_changed', {
inspection_id: '1008599255',
report_type: 'sewer_line_evaluation',
from_status: 'pending',
to_status: 'completed',
changed_by_user_id: '<attik_user_id>',
changed_by_email: 'kris@residentialinspector.com',
surface: 'mobile' | 'web',
trigger: 'actions_menu' | 'api_sync' | 'bulk_update',
})
Notes from the investigation:
kris@residentialinspector.com is populated.Relevant PostHog insights referenced during investigation:
sM5kv7DX7V8TbaivQzLmo1I6Please authenticate to join the conversation.
Planned
Main App
1 day ago
Linear
Get notified by email when there are changes.
Planned
Main App
1 day ago
Linear
Get notified by email when there are changes.