Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Greater ability to customise widgets #141

Open
drkane opened this issue Jul 7, 2021 · 0 comments
Open

Greater ability to customise widgets #141

drkane opened this issue Jul 7, 2021 · 0 comments

Comments

@drkane
Copy link
Contributor

drkane commented Jul 7, 2021

At the moment custom widgets are selected by changing column names in the query result, but there's no way to customise the widget itself. Some of the things I've found myself wanting to do include (these are for chart widgets but apply to others too):

There's obviously a trade-off here between simplicity of the current process vs greater customisability. There are probably some workarounds that could work - eg I could have the query return a json column called "settings" and incorporate that into the widget. The alternative would presumably be adding extra fields to the DashboardQuery model - probably title, description, settings (as a JSON field) that were passed to the widget template. But that would need to then have a workflow associated with them for editing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant