simonw / django-sql-dashboard

Django app for building dashboards using raw SQL queries
https://django-sql-dashboard.datasette.io/
Apache License 2.0
437 stars 37 forks source link

Version history for saved dashboards #24

Open simonw opened 3 years ago

simonw commented 3 years ago

Since dashboards are each a simple list of SQL queries storing a full history of versions for each one should be really inexpensive.

This could provide a full "undo" stack, which would reduce the risk involved in allowing large teams of inexperienced SQL users to learn how to maintain dashboards together.

simonw commented 3 years ago

See also #35 optional audit log.