-
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
Dashboard "Create Workspace" button creates new project, not workspace #3515
Comments
@nsymms Importing a project is part of workspace creation flow. @slemeur or @ashumilova can elaborate on plans to change it. |
Hi @nsymms. We have two different flows to create workspaces because of historical reasons. We are currently updating and improving the flow to create a workspace and making the ability to import a project at the same time an option. To give you an insight, this is the mockup of the future flow - we thinking it'll improve the overall experience. |
Thanks for your response, but I think we are looking at different items. I'm looking at the "Recent Workspaces" list as shown in the image below. To reproduce:
|
@nsymms adding a project to an existing workspace is an option. You may create a new workspace and import a new project into it. |
Yes what Stevan is showing in the future also addresses your concern is a much more strategic way. This workspace creation consistency is a target for us in q1. However there may be a quicker short term fix that we make too. I think the posters point about create workspace should mean that it honors the language explicitly. So when we bring up the current page from that button we assume you want to add a project to an existing workspace. Instead we should be loading that page with the new workspace radio selected. And this would be a temporary fix until Stevan's long term design is implemented. |
Thank you, @TylerJewell. Now I see what I was missing. You can create a new workspace from that page, but it's not the default. When the page comes up, you're adding a new project. I was thinking like you said -- more literally. "Create Workspace" IMHO should go through the other 2-page workspace+project creation or at least have the "new workspace" radio selected on the page it goes to now. Edit: |
When the dashboard first comes up, if you have existing workspaces, they are listed. There's also a button above the list titled "Create Workspace". If you click it, you're taken to the "Create Project" page, which attempts to create a project within (the first??) workspace.
I'm not sure if this is by design, but if so, it's not very clear.
The 1-word code change for this would be in the dashboard source, last-workspaces.html line 7. It is clearly calling "create-project" instead of "create-workspace." I could probably submit a pull-request, but I've only done one of those in my life and it didn't work well.
Che version: 5.0.0-latest
OS and version: Ubuntu 16.04
Docker version: 1.12.1
Che install: Docker container che-launcher 5.0.0-latest
Additional information:
The text was updated successfully, but these errors were encountered: