Move to-do list into Readme

This commit is contained in:
Daniel Rojas 2020-05-22 17:31:45 +02:00
parent 542c4e61ab
commit a51da3731d
2 changed files with 11 additions and 9 deletions

View File

@ -94,6 +94,17 @@ This is very much a work in progress, and mainly an idea in my head.
A Python module and test scripts is available. Running the test script will generate GraphViz output.
The parser will follow later; contributions are welcome!
# To do
* Automate creation of left/right side ports for connectors
* Add simple connectors (ferrules, cable lugs)
* no pinout
* graphical representation?
* Add support for cable splicing (as connector type)
* Display picture of connector underneath (including pin 1 location)
* Create parser (to make WireViz work as a GraphViz extension)
## License
GNU GPLv3

View File

@ -1,9 +0,0 @@
# To do
* Automate creation of left/right side ports for connectors
* Add simple connectors (ferrules, cable lugs)
* no pinout
* graphical representation?
* Add support for cable splicing (as connector type)
* Display picture of connector underneath (including pin 1 location)
* Create parser (to make WireViz work as a GraphViz extension)