question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Show last edited + created information for saved charts and dashboards

See original GitHub issue

I 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:

  1. 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)
  2. Is this chart out of date? (has it not been updated for a considerable amount of time)
  3. 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 with created_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:closed
  • Created 2 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
owlascommented, Apr 12, 2022

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

0reactions
github-actions[bot]commented, Apr 20, 2022

🎉 This issue has been resolved in version 0.71.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found