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

Target multiple experiments in the experiments table (webview) #296

Closed
rogermparent opened this issue Apr 20, 2021 · 4 comments
Closed

Target multiple experiments in the experiments table (webview) #296

rogermparent opened this issue Apr 20, 2021 · 4 comments
Assignees
Labels
A: experiments Area: experiments table webview and everything related 🎨 design Needs design input or is being actively worked on enhancement New feature or request

Comments

@rogermparent
Copy link
Contributor

Many commands can or must operate on multiple Experiments. If we want to invoke them from the table (and we will), we'll need a way to select multiple Experiments and invoke a command on them.

This behavior could take a few forms, chiefly inspired by file managers:

  • Hold Control, chick one Experiment, then click another. Both are now selected.
  • Hold Shift, click one Experiment, then click another. All experiments in between are selected.
  • "Box Select" by holding down the mouse button and dragging it across multiple experiments.
  • Shift/Ctrl + "Box Select" to apply the same modifiers on the box selection.

We'll probably want to be able to do all of these, both to match user expectations and provide ways to select multiple Experiments both individually and as a range.

From there, we'll need to recognize what commands can be run of which selections and/or handle when improper selections get through. That could even be its own Issue.

@shcheklein
Copy link
Member

Pending @yalozhkin input on how do we want to do this selection.

@shcheklein shcheklein added the 🎨 design Needs design input or is being actively worked on label Apr 21, 2021
@shcheklein shcheklein added enhancement New feature or request A: experiments Area: experiments table webview and everything related labels Apr 21, 2021
@shcheklein shcheklein changed the title Target Multiple Experiments in the Webview Target multiple experiments in the experiments table (webview) Apr 21, 2021
@yalozhkin
Copy link

@rogermparent @mattseddon @shcheklein it seems the issue duplicates (relates) the #228.

@rogermparent
Copy link
Contributor Author

it seems the issue duplicates (relates) the #228.

I think they're two separate issues that have some overlap, when I made the ticket for this mechanism, I particularly had Plots in mind. That said, the right-click based design added in #228 is flexible enough to handle all of these cases, so its implementation could very well solve both of these Issues.

@rogermparent
Copy link
Contributor Author

This Issue a bit abstract, and would be better handled with a more concrete one like #228

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: experiments Area: experiments table webview and everything related 🎨 design Needs design input or is being actively worked on enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants