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

Quick view doesn't show the popup with actions (e.g. logs) for users #215

Open
kinow opened this issue Dec 19, 2024 · 1 comment
Open

Quick view doesn't show the popup with actions (e.g. logs) for users #215

kinow opened this issue Dec 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@kinow
Copy link
Member

kinow commented Dec 19, 2024

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 🙁

@kinow kinow added the enhancement New feature or request label Dec 19, 2024
@LuiggiTenorioK
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants