Closed rclement closed 1 year ago
Also, it would be nice to have a button to display the sharing URL to the user as well as an HTML snippet for webpage embedding.
For instance, here is the popup Metabase opens when clicking on the sharing button:
PR #79 implement dashboards and charts embedding. However, the current implementation does nothing extra regarding the permissions:
In the future, we will had some RBAC control for dashboards and charts, and so will embeds, but this will require some more work.
While the generic
/-/dashboards/
experience is fine for most cases, it can be useful to be able to embed either a dashboard or a single chart within an iframe, for instance:Ideas
Inspired by Metabase dashboard public embedding:
/-/dashboards/<dash>/embed
/-/dashboards/<dash>/<chart>/embed
Roadblocks
What about permissions?