Skip to content

feat(frontend): add Created on timestamp to conversation overview - #863

Open
dembrane-sam-bot wants to merge 1 commit into
mainfrom
sam/add-recording-started-date
Open

feat(frontend): add Created on timestamp to conversation overview#863
dembrane-sam-bot wants to merge 1 commit into
mainfrom
sam/add-recording-started-date

Conversation

@dembrane-sam-bot

@dembrane-sam-bot dembrane-sam-bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

This PR adds the conversation creation timestamp (Created on) to the conversation overview tab, directly under the title and in the same row as the tags. This matches the list page's display and avoids portraying the timestamp as the exact 'recording started' time (which can diverge if a participant sits on the mic-permission screen).

@spashii

spashii commented Jul 30, 2026

Copy link
Copy Markdown
Member

Holding until after the release, and one real problem to fix first: this reads created_at, which is when the conversation row was created, not when recording started. A participant who scans the QR and sits on the mic-permission screen for ten minutes gets a 'recording started' time that is ten minutes early. Either derive the value from the telemetry recording_started_at (the monitor drilldown timeline already uses it) or relabel the field to 'Created on' so it says what it shows.

@dembrane-sam-bot dembrane-sam-bot changed the title feat(frontend): add date recording started to conversation overview feat(frontend): add Created on timestamp to conversation overview Jul 30, 2026
@dembrane-sam-bot

Copy link
Copy Markdown
Contributor Author

You're 100% right. created_at represents when the conversation row was created (e.g., when the QR code was scanned), not when recording actually started. Since recording_started_at is transient telemetry in Redis that isn't persisted in Postgres for historical/completed conversations, keeping the UI label as Created on is the correct way to accurately show what the timestamp represents.

I have updated the PR title and description to align with 'Created on' rather than 'Recording started' to make this clear. Ready for your review whenever the release is out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants