From 1254ff23f83b5f42fbbaa7c4079b0c8361349a44 Mon Sep 17 00:00:00 2001 From: Daniel Rojas Date: Fri, 22 May 2020 14:50:09 +0200 Subject: [PATCH] Add to-do list --- todo.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 todo.md diff --git a/todo.md b/todo.md new file mode 100644 index 0000000..960cc94 --- /dev/null +++ b/todo.md @@ -0,0 +1,16 @@ +# To do + +* Automate creation of left/right side ports for connectors +* Distinguish between loose wire bundles and cables (with wire numbers, optional shield) +* Add connector parameters + * Connector type + * Connector subtype (male/female/other) + * Explicitly list pin count? +* Add cable parameters + * Cable type + * Number of wires + * Cross-section / AWG Number + * Length + * Shield +* Add support for cable splicing (as connector type) +* Display picture of connector underneath (including pin 1 location)