-
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
Split the internet node for incoming vs outgoing connections. #566
Conversation
06ff0dd
to
4a041a2
Compare
4a041a2
to
11ed35b
Compare
👎
|
67404df
to
2370799
Compare
On the basis that the outbound node will be split into labelled services (somehow) and that the two internet nodes are now visibly separate; the two nodes primary label should be "Inbound" and "Outbound" (connections) - not "The Internet" (inbound/outbound). So reversing the title/subtitle labels in effect. |
The code looks fine. Conceptually I'm far from convinced this is a good idea.
|
LGTM Sorry for the delay. |
2205144
to
3587d83
Compare
I've rebased this up to date, but the pinning of the internet nodes doesn't seem to be working properly @davkal: |
099659b
to
ff623e1
Compare
|
Inbound node positioning seems to shift nodes, but leave edges untouched. Fixing that... |
@davkal inbound from the internet to the scope container (will need to show them) |
thanks @davkal! I don't know about you, but I don't think the pinning looks that good - this is without the pinning: |
I am +1 for splitting The Internet into Outgoing & Incoming per the above. I understand that improving the rendering algo that pins the two nodes to the top & bottom respectively, to make a less odd looking diagram will require more work - so let's park that for now. LGTM without pinning, for now. |
54f8e4c
to
bc48a48
Compare
Split the internet node for incoming vs outgoing connections.
Fixes #360, includes #570
Before this change:
After this change: