Add TODOs
This commit is contained in:
parent
064c7fd7c8
commit
2f03dcd1a3
@ -194,8 +194,11 @@ class Harness:
|
|||||||
self.options._pad = pad
|
self.options._pad = pad
|
||||||
|
|
||||||
for cable in self.cables.values():
|
for cable in self.cables.values():
|
||||||
|
# generate cable node
|
||||||
gv_html = gv_node_component(cable, self.options)
|
gv_html = gv_node_component(cable, self.options)
|
||||||
|
# TODO: PN info for bundles (per wire)
|
||||||
|
# shield
|
||||||
|
#
|
||||||
dot.node(
|
dot.node(
|
||||||
cable.name,
|
cable.name,
|
||||||
label=f"<\n{gv_html}\n>",
|
label=f"<\n{gv_html}\n>",
|
||||||
@ -205,6 +208,8 @@ class Harness:
|
|||||||
)
|
)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
# TODO: connection edges
|
||||||
|
|
||||||
html = []
|
html = []
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user