You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dashboard filters: inspired by Metabase, allow to define filters at the dashboard level dynamically modifying "WHERE" statement in SQL requests (would need to define per chart which field is to filter in metadata) (using query named parameters and/or canned query parameters?)
Dashboards permissions: use Datasette RBAC system to restrict access to dashboards (maybe using the "roles" feature?)
Dashboard export (HTML/PDF) / public sharing?
Generic/abstract configurable widgets: use "vega" for advanced customization otherwise pre-setup "line", "area", "bar", "scatter", "pie", "choropleth", "word-cloud", "metric" (already implemented), "markdown" (already implemented) (see Metabase)
Chart builder? (there is already Vega editor)
Dashboard builder? (metadata seems enough)
Link to chart visualization in full page
Dashboard layout: define a generic layout (with better responsive sizes for small screens 240px) and allow to specify a custom layout in metadata
Link to chart underlying data: display call to action to go to the SQL query page
Some ideas for other visualization types:
Some ideas to improve the dashboards system:
Misc: