Links between top-level deployment nodes in DeploymentView
Open
- Dominant language
- Go
- Stars
- 467
- Forks
- 23
- Avg merge
- 6m
- Merged PRs (30d)
- 8
Description
Hi folks!
After a few hours of debugging to figure out why the links between my containers were not being shown in my deployment view, I saw https://github.com/goadesign/model/blob/2461d2ed73c9e307adfe0bc070b6950f82f56aac/expr/render.go#L101-L106
While it is true that you can technically add them using `Link`, it's not a great DX. Would you be interested on a PR adding something like `AddTopLevelLinks` (similar to the current `AddAll` and `AddDefault`) that is only applicable inside a `DeploymentView`?
Contributor guide
Assessment
This issue has not been assessed yet.