-
Notifications
You must be signed in to change notification settings - Fork 843
New App in the GUI: Optional Settings are not Optional #950
Comments
This is, as of now, expected behaviour - but admit, the interaction/communication could be more intuitive. @aldipower Could you take a stab at making this interaction a little bit more intuitive? |
With the new design for the modal there will be a better separation between required and optional fields, as well as the new section for the container settings. What if we added a help message below the |
Does a command field ever make sense if there's a docker image? Or does it
|
You can supply both, yes. |
As I understand it, it doesn't get overwritten by the |
@air what do you think of my suggestion? |
I can't argue with the logic. As a small fix it is fine. I think however with some bigger changes we can have a better flow. The user will be coming in with either 1. A docker image or 2. A shell command they want to run.
In the screenshot above docker is a third-class citizen. The flow should expect that a user is coming in with either #1 or #2 above and help the user accordingly. |
Maybe this is fixed in the new docker UI, but I don't have an easy way to see that. Is there a 'nightly' Marathon stood up anywhere - e.g. |
Following today's discussion, here is what we are going to do to improve the current workflow:
|
mesosphere/marathon-ui#162 only implements three of the four improvements in the comment above - simply adding a I'll leave this issue closed and suggest we continue discussion of docker-specific commands over on #2052 |
A hurdle for the first-time user:
+ New App
+ Create
AppDefinition must either contain one of 'cmd' or 'args', and/or a 'container'.
The panel should give an indication of what's needed to create a task.
The text was updated successfully, but these errors were encountered: