Show last edited + created information for saved charts and dashboards
See original GitHub issueI want to easily be able to see when a chart/dashboard was created + who by. Also, when a chart/dashboard was last updated + who by.
Having this context can be useful because I can quickly understand:
- Is this a person that I trust/know that they will be building the most relevant thing? (e.g. is it someone on the data team)
- Is this chart out of date? (has it not been updated for a considerable amount of time)
- If I don’t understand something, I know who I can message because I can see who created/last updated it.
user acceptance criteria:
- there’s a way to see when + who last updated a chart easily from the saved charts/dashboards space.
- there’s a way to see who created + when it was created easily from the saved charts/dashboards space.
Implementation
- Database: add new column to
saved_query_versions
withcreated_by
and a foreign key to a user (on delete set null) - Backend: Add new info to
SavedChart
object (last edited date and last edited by user uuid and name) - Frontend: render new information in list view
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Showing last updated information on dashboard charts and ...
Chart or item view owners can choose to show the last updated information on a chart or item view so all users can...
Read more >Creating or editing a dashboard chart
Learn how to create and edit dashboard charts in Replicon, to share graphical views of your company's data with internal decision-makers.
Read more >Edit and Customize Lightning Experience Dashboard ...
To customize the chart, either deselect Use chart settings from report or edit the report chart. Y-Axis and X-Axis – Choose a group...
Read more >Creating & Editing Dashboards - Vault Help
Rename or edit the dashboard component by clicking the pencil icon by the dashboard name. Review the component settings for each chart type:...
Read more >Manage your dashboard
Access any of your New Relic dashboards to create or manage your charts directly from the chart menu, customize your dashboard's layout, adjust...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think we should add users! It’s available in the service when the method is called so it’s easy to add.
Adding it to the database means it must be nullable, so we’ll need to show it conditionally in the UI.
There are two tables to update saved_queries for created_by and saved_query_versions for edited_by
🎉 This issue has been resolved in version 0.71.0 🎉
The release is available on:
0.71.0
Your semantic-release bot 📦🚀