-
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
Minimal set of dashboard improvements for Che 7 #11788
Comments
@l0rd I disagree with the point that we should start workspace after creation. It might be useful to change some configuration and only then start it. At least we should leave the ability to not to start it. |
@mmorhun I agree we should leave the ability not to start it right away. But the default should be to start it! |
@l0rd as about saving of workspace config: we cannot save invalid one, AFAIK. And if a user is in process of editing it might cause problems. To me we shouldn't show errors/success on editing (it is obvious, IMO), but on attempt to save. The problem is that we cannot predict when user finish the editing. And we should notify a user if config is invalid and what is wrong when editing is done. |
@mmorhun what you are saying doesn't make and it looks like you haven't tried to edit a workspace since a long time :-) Try to edit the json config of a workspace, and tell me if the syntax checking is done when you are typing or when you press Save: |
@l0rd no, I have used the editor during last few days a lot :) . I more talking about ways to improve and not about how current config editor works. |
@l0rd and yes, thanks for feedbacks ;) |
@mmorhun I agree that current syntax checking/formatting can be annoying but I consider of higher priority the removal of the "SAVE" button. Then we will fix the rest too. Step by step ;-) |
I have few questions:
|
about
maybe it could be more generic. Testing on Kubernetes we see some stacks that are not working as well due to openshift recipe, etc. So it should display only |
@benoitf I think that's already the case no? |
@l0rd ok maybe it's the Che7 stack then that is not working as expected due to the broker adding openshift recipes dynamically when we're on K8s |
@benoitf that's weird. I have tested Che 7 stacks (merged yesterday in master) and they worked perfectly on kubernetes for me. |
@l0rd I used 6.13.0 it might explain |
Description
Here is a small list of desiderata for Che 7 regarding the dashboard:
cc @slemeur @evidolob @ashumilova
The text was updated successfully, but these errors were encountered: