-
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
Add an IDE-only workspace sample in the Dashboard getting started (without project) #21554
Comments
Starting from scratch could also be a good first use case for a chrome/firefox extension. |
@l0rd wdyt if we simply contribute a new empty / scratch devfile to the registry (both che and devfile.io for future) with the following content:
On the dashboard level we will always display it as the very first one on the Getting Started |
We can do that but that would not be in |
@svor do you happen to know if we can reference the raw definition of the devfile v2 from the registry e.g.
in general, we would really like to avoid embedding the devfile in dashboard as much as possible. Another idea would be contributing the empty devfile to https://registry.devfile.io/viewer and storing it there. From the dashboard side, we would just get it by name from the devfile.io registry and display it in the first place on "Getting Started". This could be also treated as the first step of switching to devfile.io registry |
I would prefer to embed it in the Dashboard to be honest. I don't think that the empty workspace should be managed as a sample. Adding it in the devfile registry is a shortcut that I am afraid will introduce new technical debt as that's an "exceptional" sample. Moreover there is no such a devfile in the devfile.io registry and we need to have a discussion with devfile services, openshift console and odo teams about the value of an empty stack/sample. |
Ok, let's proceed that way for now and embed it in Dashboard
I opened the PR to start this discussion devfile/registry#118 |
Sync'd with Red Hat JIRA https://issues.redhat.com/browse/CRW-3627 |
sync'd to Red Hat JIRA https://issues.redhat.com/browse/CRW-3857 |
sync'd to Red Hat JIRA https://issues.redhat.com/browse/CRW-3627 |
Is your task related to a problem? Please describe
Currently from the UD, it is not possible to start an empty workspace. This story should target the following flow:
Describe the solution you'd like
There should be a dedicated "Blank / Empty / Scratch" devfile or a button "Start from scratch" / "Empty workspace" that would:
Release Notes Text
A new example has been added in the Getting Started section of Eclipse Che Dashboard that allows users to start the IDE without any source code project. Git repositories can be opened from the IDE once the workspace is started.
The text was updated successfully, but these errors were encountered: