Dashboard Renamed
Recorded when a Data Analyst renames a dashboard.
Event
Description
This event is emitted when a user changes the display title of a dashboard. Stable IDs ensure external references remain valid despite title changes.
Event payload includes workspaceId identifying the containing workspace.
Business Rules
- New title must be non-empty
- New title should be unique per owner (warning, not hard error)
- Dashboard ID remains unchanged for stable deep links
Given-When-Then
Given a dashboard exists, When the Data Analyst renames it, Then Dashboard Renamed is recorded with the new title.