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

"Dashboards" #3048

Closed
astaric opened this issue Jun 1, 2018 · 1 comment
Closed

"Dashboards" #3048

astaric opened this issue Jun 1, 2018 · 1 comment

Comments

@astaric
Copy link
Member

astaric commented Jun 1, 2018

When using interactive workflows, I often end up positioning multiple windows on the screen, changing a parameter in one widget and observing the result in another. Since this ends up looking like a poor man's dashboard, this is how I named this issue. If there is a better name for the functionality, feel free to rename it.

When I save such analysis to a workflow file and reopen it, I have to reopen the same windows again. This issue is an attempt to describe a possible automation of this process.


The user opens and positions all windows needed in a “Dashboard” (I write this in quotes since the idea is not exactly a dashboard, but I did not find a better name yet; from here on, no quotes will be used).

View -> Dashboard -> Save as New Dashboard
a dialog opens where you can specify the name
This actions remembers which widgets were opened, their geometry and position.

screen shot 2018-06-01 at 13 51 31

screen shot 2018-06-01 at 13 50 42

Once a dashboard is saved, Dashboard menu gets new options. Below shows a case where two dashboards were saved, one named Filtering and the other Exploration.

screen shot 2018-06-01 at 13 52 33

Above the separator is a list of saved dashboard. When one of the dashboards is selected, dashboard’s windows are opened and placed as the same position as when the dashboard was saved.

Delete All Dashboard removes all dashboards.

When workflow is saved, dashboard (positions, size and configuration of opened widgets) are saved along with it. When workflow is opened, the last used view (workflow or one of the dashboards) is restored.

Choosing Workflow option in View menu closes all widgets making the window with workflow visible.

@ales-erjavec
Copy link
Contributor

Implemented in gh-3066 and gh-3085

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

2 participants