-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat custom diagram #159
base: main
Are you sure you want to change the base?
Feat custom diagram #159
Conversation
21b14b6
to
ceb0bee
Compare
94adfba
to
0df9376
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Astonishing work! You added a very promising new Diagram type which we could use for almost all other ContextDiagram collectors. You added documentation and a test case. Well done.
But there are some problems with the current implementation and the docs. These need to be fixed before I approve this PR. Also notice: There is currently a bug when only the owner box and the port is collected, the derived interface routine is triggered and overwrites the collected ELKInputData with a faulty one that renders the port as a child box inside of the owner box. Don't worry with #165 this is fixed by removing the routine. But good to know: We need to rebase this PR with the fix-derived-interfaces
PR (or main including the PR - merge) first before merging it into main.
0df9376
to
261ea06
Compare
Co-authored-by: Ernst Würger <[email protected]>
bed124b
to
6305008
Compare
9288e1b
to
e4dfd0d
Compare
4d00c51
to
23b2ec0
Compare
23b2ec0
to
c744a6b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if that is everything. But the mayor points for me, for now.
Please also fix the CI, in case you haven't seen it yet. |
4da9d43
to
ce32494
Compare
Co-authored-by: Martin Lehmann <[email protected]>
ce32494
to
51772a8
Compare
Custom Diagram
sPhysicalPort
s usingCustom Diagram
(Solves Add context diagram and cable tree for PhysicalPort #163)