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

Improving new user flow (with a focus on Quarkus) #17985

Closed
9 of 16 tasks
l0rd opened this issue Sep 29, 2020 · 12 comments
Closed
9 of 16 tasks

Improving new user flow (with a focus on Quarkus) #17985

l0rd opened this issue Sep 29, 2020 · 12 comments
Labels
kind/enhancement A feature request - must adhere to the feature request template. kind/epic A long-lived, PM-driven feature request. Must include a checklist of items that must be completed. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. severity/P1 Has a major impact to usage or development of the system.

Comments

@l0rd
Copy link
Contributor

l0rd commented Sep 29, 2020

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:

  • "Start working with Che" section in the website is not clear #17964
  • Replace Thorntail stack with Quarkus on Eclipse Che website #17961

Hosted Che issues:

Devfile Registry issues:

  • What's "Quarkus command mode" stack? #17966

Quarkus Plugin issues:

Che Theia issues:

@l0rd l0rd added kind/enhancement A feature request - must adhere to the feature request template. kind/epic A long-lived, PM-driven feature request. Must include a checklist of items that must be completed. labels Sep 29, 2020
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Sep 29, 2020
@mshaposhnik mshaposhnik added severity/P1 Has a major impact to usage or development of the system. and removed status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. labels Sep 29, 2020
@tsmaeder

This comment has been minimized.

@tsmaeder

This comment has been minimized.

@benoitf

This comment has been minimized.

@sleshchenko

This comment has been minimized.

@sunix
Copy link
Contributor

sunix commented Oct 5, 2020

I added My workspace view should be opened at workspace startup WDYT ? @l0rd
Most of the new users are quite lost in a Che workspace. It is important that these users visually see the containers and the ability to open a terminal or run a task visually at start up. So it is straight forward to start a build, or run the app, etc ...

@l0rd
Copy link
Contributor Author

l0rd commented Oct 5, 2020

I added My workspace view should be opened at workspace startup WDYT ? @l0rd
Most of the new users are quite lost in a Che workspace. It is important that these users visually see the containers and the ability to open a terminal or run a task visually at start up. So it is straight forward to start a build, or run the app, etc ...

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 mvn. If we give the user the choice of multiple containers we will lose him.

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.

@tsmaeder
Copy link
Contributor

tsmaeder commented Oct 6, 2020

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 mvn. If we give the user the choice of multiple containers we will lose him.

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.

@l0rd
Copy link
Contributor Author

l0rd commented Oct 6, 2020

the user will have to deal with the fact that the workspace consists of multiple different containers

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.

@tsmaeder
Copy link
Contributor

tsmaeder commented Oct 6, 2020

@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?

@l0rd
Copy link
Contributor Author

l0rd commented Oct 6, 2020

@tsmaeder I agree. We currently have #17209

@sunix
Copy link
Contributor

sunix commented Oct 6, 2020

Discovering Che, new users have to see the difference from a traditional IDE (or even other existing Cloud IDEs).
There is one thing that user may use the command palette and not the my workspace view. This is the choice of the developer. AFAIC, i prefer not to use the command palette, and I prefer to use the terminal, not the gui. This are personal choices and you shouldn't try to convince me to use the command palette. My workspace view has the advantage that it is visually accessible. Knowing that you have available predefined tasks to run a build not something that you can guess right away.
My point is that knowing that you have predefined Che task that you can run from the command palette is an advanced usage. We have to show at the very beginning to the users that these tasks exist, that these containers exist. Without that, new user will finally open a terminal (and choose the container?) and try to type his the commands ... fail ... and give up ...
IMHO, If we want the user to start the build and run the app 20 seconds after having started the workspace, we have to show the my workspace view.

@azatsarynnyy azatsarynnyy mentioned this issue Oct 8, 2020
15 tasks
@che-bot
Copy link
Contributor

che-bot commented Aug 9, 2021

Issues go stale after 180 days of inactivity. lifecycle/stale issues rot after an additional 7 days of inactivity and eventually close.

Mark the issue as fresh with /remove-lifecycle stale in a new comment.

If this issue is safe to close now please do so.

Moderators: Add lifecycle/frozen label to avoid stale mode.

@che-bot che-bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Aug 9, 2021
@che-bot che-bot closed this as completed Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template. kind/epic A long-lived, PM-driven feature request. Must include a checklist of items that must be completed. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. severity/P1 Has a major impact to usage or development of the system.
Projects
None yet
Development

No branches or pull requests

7 participants