Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ and concludes goes there, with receipts.

- Reads only; every rule in `echo-readonly-postgres` applies.
- Keep raw UUIDs and conversation/participant titles or names out of conversational Slack posts. Raw UUIDs clutter the threads, and titles/names like "John" are often PII (GDPR). Refer to them anonymously or by index (e.g. "two conversations", "first recording") instead.
- Always provide direct, deep-linked URLs to the affected conversations or chats on the echo dashboard if they are relevant to the investigation (e.g. `https://dashboard.echo-next.dembrane.com/en-US/w/<workspace_id>/projects/<project_id>/conversations/<conversation_id>`), so developers can quickly open and view them. Use Slack-style links (`<url|label>`) with descriptive labels (e.g. `<url|conversation link>` or `<url|first conversation>`).
- When resolving and presenting support request references (Project, Workspace, Org, App User) in Slack, use human-readable names and hide/omit their raw UUIDs to keep the threads clean.
- No promises about timelines to anyone; state what IS (ticket exists,
fix merged, waiting on X).
Expand Down
Loading