-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Improving new user flow (with a focus on Quarkus) #17985
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I added |
No I don't think that My workspace view is something that makes things clearer for a new user. I understand that for those that are not used to VS Code and the command palette it may be hard to find the list of tasks. But we should spend our energies to help users getting into the command palette instead of implementing an "old style" alternative to it. The same applies to the terminal: when a user starts a quarkus stack he will expect that running maven is as simple as selecting an existing task or opening a terminal and type I am also against providing the details of the IDE services (plugins). Except for advanced users, accessing directly those containers is source of confusions and should be avoided. The endpoints links are the only thing that I would keep. But current UX should be reviewed: the endpoints status is not shown and, if the application isn't running (at workspace startup for example), clicking on an endpoint shows some error pages. |
I disagree here: we can try and make the different containers disappear in the UI, but this will be a leaky abstraction: eventually, the user will have to deal with the fact that the workspace consists of multiple different containers and will be even more confused. It's better to be explicit with non-reducible complexity. |
Maybe. I am probably missing some advanced use case. But the new user that opens a Che workspace for the first time, selecting one of our getting started, should NOT deal with the fact that the workspace consists of multiple different containers. |
@l0rd this "remote commands" and "hide the containers" stuff seems to be part of a bigger effort: is there an Epic (or could you open one) so that we know what's coming down the line and can discuss it? |
Discovering Che, new users have to see the difference from a traditional IDE (or even other existing Cloud IDEs). |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Is your enhancement related to a problem? Please describe.
If someone looks for Che on Google these are some of the UX problems that will be found:
che.eclipse.org issues:
Hosted Che issues:
Devfile Registry issues:
Quarkus Plugin issues:
Che Theia issues:
The text was updated successfully, but these errors were encountered: