Feature Ideas

Trending
  1. Add a drilldown in the no-code builder

    Drilldowns are super helpful for end users, so being able to add them within the no-code builder is really important - e.g. by opening a sub-embeddable via a modal.

    Ella Cullen

    4

  2. Manage user permissions

    Be able to manage your user permissions within your team on Embeddable, for example limit who is able to publish a dashboard, who is able to push code to Embeddable. Also called RBAC (role-based access control).

    Ella Cullen

    0

  3. Workspace analytics

    We're building a set of dashboards for customers to get insights into their Embeddables, including information on unique viewers, query performance, dashboard performance, error messages, and more.

    Ella Cullen

    0

  4. Conditionally apply dataset filter based on boolean variable

    E.g. you may want to create a toggle component that optionally filters out null values from a table. This would require you to be able to conditionally apply a dimension``not Null filter, based on a variable.

    Tom G

    0

  5. Link a variable option on 'limit'

    It would be nice to be able to add a variable to the limit functionality. Then you could have a number input or similar so that end users could type in '5', '10' and then it would update the limit, and showing them the 'top 5' or 'top 10' results

    Ella Cullen

    0

  6. A Duplicate button on dashboard widgets

    Wouldn't it be amazing if there was a copy/clone button close to the Edit and Delete ones 🥺

    Nickolas L

    5

  7. Show/hide parts of a dashboard based on a variable

    Sometimes a part of a dashboard only makes sense to show once the user has selected an input.

    Tom G

    2

  8. End users can download Embeddables as PDF

    End users can download their dashboard as a PDF

    Ella Cullen

    1

  9. Containers for components

    To make building dashboards in the no-code builder easier, we'll introduce the concept of 'containers' to layout components on the canvas

    Ella Cullen

    7

  10. API to programmatically configure an Embeddable dashboard

    Something to ease a component prop migration, or to create a template in case we go into the hundreds of dashboards. E.g. a basic import/export JSON endpoint to configure an Embeddable

    Tom G

    2

  11. Folders for Embeddables

    Make it easier for Embeddable builders to organise their Embeddables using folders.

    Ella Cullen

    2

  12. Clone a dashboard from prod to local dev

    It would be useful to be able to clone a dashboard from the live workspace to local dev preview so that it could be worked on locally

    Ella Cullen

    2

  13. Support for nested AND and OR logic in dataset filters

    Currently dataset filters all use simple AND across each filter. It is, however, common that you might want to use OR instead, or a nesting thereof.

    Tom G

    1

  14. Embeddable metadata API

    An API for retrieving the metadata for a published Embeddable dashboard: The canvas layout (position and size of each widget)The component values (input values and types for each of the component inputs)etc. E.g. GET https://api.embeddable.com/api/v1/embeddables/{embeddableId}

    Tom G

    2

  15. API to export Embeddable dashboard to PDF

    Like this (https://restpack.io/html2pdf) but specifically for your embeddable dashboards

    Tom G

    1