eclipse-che / che

Kubernetes based Cloud Development Environments for Enterprise Teams
http://eclipse.org/che
Eclipse Public License 2.0
6.99k stars 1.19k forks source link

Clarify names of default stacks #13592

Closed slemeur closed 5 years ago

slemeur commented 5 years ago

Description

Capture d’écran 2019-06-20 à 14 13 20

Reproduction Steps

OS and version:
Che 7 RC2

themr0c commented 5 years ago

I was about to create the same issue :). I would add that the Che 7 mention is maybe not necesary in "Apache Camel based projects on Che 7".

themr0c commented 5 years ago

Additionally (because it appears in the same screen at Workspace creation), I would suggest to unify the descriptions of the Sample projects. Would "A simple project in " make sense?

On 7.0.0-RC-2.0 we have:

And then the list could be ordered?

themr0c commented 5 years ago

Another note: "Simple Python3.5 Project." is not an accurate description, the sample is based on python 3.6. I see 'pulling image "centos/python-36-centos7:1"'.

sparkoo commented 5 years ago

I've created PR for this. Let's discuss details there https://github.com/eclipse/che-devfile-registry/pull/25

sparkoo commented 5 years ago

@themr0c what about sample projects? Are there even gonna be there? Or are they deprecated and will be removed? As it is now, it does not make much sense to e.g. choose .NET stack and then add java sample project.

sparkoo commented 5 years ago

@slemeur ^^

themr0c commented 5 years ago

@sparkoo I don't know. @slemeur should definitively know better than myself.

slemeur commented 5 years ago

You are right. The default stack will be provided with a sample project: https://github.com/eclipse/che/issues/13529

It is still valuable to cleanup the description of the sample project as it will be displayed on the dashboard. But I'm not sure where the description is going to come from cc @ashumilova

ashumilova commented 5 years ago

Sample's description is displayed this way just for the additional information: Screenshot from 2019-07-08 12-23-44 Project object in devfile doesn't have any description field - so the description displayed for samples is not going to be set for project created from it.

skabashnyuk commented 5 years ago

Due to the changes that are coming with samples https://github.com/eclipse/che/issues/13529 https://github.com/eclipse/che/issues/13665 I think cleaning up their names deserve for a separate issue.

sparkoo commented 5 years ago

I've created an issue for that. See #13793.