You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user selects a workflow task in the graph and tree views, the user sees a popup with more information (submit times) and some actions like visualize logs.
This is not available in the quick view.
Perhaps we could load the information for that popup on the background, asynchronously, once any experiment view is loaded. This way, if the user loaded any view then we could also display the same popup (i.e. it would be more consistent, as clicking on a task/job of a workflow in a View would always behave the same way, independently of the View).
At the moment I have to switch to another view if I am looking at quick view but need to look a the logs of the task executed by some testing suite experiment, which is a bit annoying 🙁
The text was updated successfully, but these errors were encountered:
I understand that the quick view can be misleading 😵💫
The idea of that view is just to give a quick minimal summary of what is going on with the experiment after all. So, I'm not sure if extending the amount of information in that view will be the best solution since upgrading it will feel more like a duplicate of the tree view.
One possible alternative is to disable the hover and pointer change when the cursor is on an item which makes the user feel that something is going to happen if clicked. WDYT?
When a user selects a workflow task in the graph and tree views, the user sees a popup with more information (submit times) and some actions like visualize logs.
This is not available in the quick view.
Perhaps we could load the information for that popup on the background, asynchronously, once any experiment view is loaded. This way, if the user loaded any view then we could also display the same popup (i.e. it would be more consistent, as clicking on a task/job of a workflow in a View would always behave the same way, independently of the View).
At the moment I have to switch to another view if I am looking at quick view but need to look a the logs of the task executed by some testing suite experiment, which is a bit annoying 🙁
The text was updated successfully, but these errors were encountered: