-
Notifications
You must be signed in to change notification settings - Fork 1
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
Allow user to choose 1 dataset to span many runs in multi-run interface #538
Comments
@rhliang and @donkirkby , wondering if you two are satisfied with this solution? |
I like it. I think "Fill column and auto-fill new entries" might be the more common case, so I would perhaps put that first in the menu? I defer to you guys for that though. Offhand I'm not sure we need the third option, at least not yet. |
I suggest we start with the "add" button and the menu button. The menu button only needs one item: "fill column". If the user clicks that before they've finished adding all the runs, they can click it again to fill the rest. Let's start with that because it's reasonably simple. Once users have tried it out, we can decide whether we need more options. |
This is about 2/3 done. |
Context: One of the next features of the multi-run interface is the ability to select 1 dataset to span all runs for a single output. We explored several options for this, with consideration going to the burden of visual clutter, the understandability of any exposed controls, and the needed functionality.
We talked about putting auto-fill suggestions inside blank cells (or outside of them), putting a numeric input as part of the search dialog which could specify how many cells to fill, or splitting the green "insert" button into several different "insert" options.
So far, my favoured solution is a variation on the last one. There could be a "options menu" button within the "insert" button to expose a number of alternatives.
The text was updated successfully, but these errors were encountered: