baic_dashboard/backend
michael 421961afc3 Add Timestamp field to enriched messages using conversation StartTime fallback
Messages from Make.com webhook have blank timestamp fields, preventing graph aggregation. This fix adds a Timestamp field during message enrichment using the parent conversation's StartTime as a fallback.

Logic:
- First checks if message has native Timestamp field from webhook
- If missing/blank, falls back to parent conversation's StartTime
- Ensures all messages have timestamps for proper date aggregation in VolumeGraph

This fixes the issue where messages mode shows blank graph despite 2473 messages being filtered successfully.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 14:50:16 -06:00
..
app.py Add Timestamp field to enriched messages using conversation StartTime fallback 2025-11-18 14:50:16 -06:00
requirements.txt initial commit 2025-11-12 15:55:59 -06:00