-
Notifications
You must be signed in to change notification settings - Fork 712
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
"uncontained" nodes clutter container view #1129
Comments
Related: #552 |
@rade Is it fair to phrase it as: As a user, I only want to see Uncontained nodes (probably expanded as processes) when they constitute a service component or are communicating with my service components? If that's the case, we need a way to identify your service components.
Do you want to hide them even if they are talking to your service or are part of your service (this will happen in hybrid services)? EDIT: slightly modified the formulation to include hybrid environments. |
Yes.
"all containers in the current view" is a good approximation.
For the show/hide, yes. But I really only proposed that as a quick fix. Doing the showing/hiding automatically along the lines you suggest would probably work better. |
This assumes that services are fully containerized, which may not be the case. |
The hybrid view of #552 might well be the solution to this, effectively eliminating the notion of "Uncontained" from the UI altogether. |
I think the hybrid view should be the default one and the other views be straightforward filters. |
If I was to draw the structure of that service on the whiteboard, I certainly would not be including any of the "uncontained" nodes. I might include the Internet, if my service was accessible from / talking to that. And I might include some uncontained processes if they are interacting with my service.
Possible fix: add a show/hide for Uncontained.
The text was updated successfully, but these errors were encountered: