/usr/share/doc/memaker/TODO is in memaker 1.5-0ubuntu5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | TODO List generated on Friday, 23. November, 17:00 (German Time)
TODO for motor:
//done. Try switching to either xml.dom or Elementtree to avaid additionall dependencies like python-lxml.
// -> switched to xml.dom. Up to now I only implemented a hacky proof-of-concept.
1. Add support for namespaces again. This has not yet been implemented with xml.dom.
(we had that with lxml and want it back)
2. Make the code object-oriented. Right now, the code is just a loose bunch of functions hacked together.
I want clean code, however. So expect improvements here soon.
3. Add features like raiseFeature() or lowerFeature(). Implement an ObjectStack that thinks of the svg-elements added
to it as items that can be moved up and down without pain.
Add automagical ordering of different items. We don't want Sally to be confused because she clicks on hair first
and then on a head which then is placed over the hair she selected.
4. Further improvements will follow.
|