-
Notifications
You must be signed in to change notification settings - Fork 29
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
Have a way to see information about an experiment (or many?) by hovering / clicking on them #4229
Comments
I think that some way of moving columns/groups of columns to the left of the table might be low-hanging fruit. I think we also need a way to make this quick pick more obvious/get people to use it: We could expand on the "leaderboard" idea/usage from #4269 and show a condensed version of the table that can be sorted by not only columns but a formula. We would have to limit the number of columns that can be shown to < 20 or users would run into the same issue. The main difference would be that records would be shown outside of the usual commit/experiment hierarchy. #1994 would also be a potential solution for this issue (or at least help with the problem). |
|
DnD - yes, it was known. It doesn't solve the issue. What is needed is a side panel (like in MD preview) that could be open and update when we select experiments. |
@mattseddon thanks! Can it be open / close automatically or on a button click on the "right" side (similar to MD previews)? |
means probably that if someone would switch to their code they would still see that sidebar? (if it's significantly easy to implement - let's go for it, otherwise feels like a suboptimal UX tbh) |
There are hotkeys to open/close the sidebars but still up to the user what they want to do. Screen.Recording.2023-07-31.at.12.58.42.pm.movMarkdown preview also does not close itself when the focus is taken away. I am not advocating for this solution but there will be limitations with whatever gets put in. |
gitkraken/vscode-gitlens#2537 and microsoft/vscode#151681 are related to #4229 (comment). |
@shcheklein can you please ask the user about "Move to Start" as well. |
and show only changed. |
Closing this for now, we'll come to the proper side panel implementation a bit later. For now there is a workaround with moving things to the start. |
Based on user feedback. If there are two many parameters, table becomes too long and it's hard to navigate it. It's a usual story for a repo like YOLO.
We need a way for users to be able to see a preview of an experiment, or some summary etc.
It reminds me the compare panel in Studio (table pivot), we can take that an idea (multiple experiments, pivot, highlight differences, etc), but we need a better UX for that + I think we can do better tooltips, etc.
As an idea for UX - can we use the preview panel in VS Code for this? (besides tooltips).
The text was updated successfully, but these errors were encountered: