Add TODOs

This commit is contained in:
Daniel Rojas 2021-10-18 18:08:09 +02:00 committed by Laurier Loiselle
parent 7c0e75f45e
commit 05ad6b0ec7
No known key found for this signature in database
GPG Key ID: 345920CC72089A3F

View File

@ -194,8 +194,11 @@ class Harness:
self.options._pad = pad
for cable in self.cables.values():
# generate cable node
gv_html = gv_node_component(cable, self.options)
# TODO: PN info for bundles (per wire)
# shield
#
dot.node(
cable.name,
label=f"<\n{gv_html}\n>",
@ -205,6 +208,8 @@ class Harness:
)
continue
# TODO: connection edges
html = []