add TODO list

This commit is contained in:
Julien Zoubian 2024-09-05 10:53:36 +02:00
parent 54fe8df970
commit 33e0df1c63

View file

@ -215,3 +215,23 @@ For simulation testing, follow these steps:
- **v1.0**: Initial Release
- **v2.0**: Ported to Python 3, improved build system.
## TODO build system
- [x] test / debug existing build system
- [x] update build system (mainly remove deps to obsolete package distutils)
- [x] create env conda
- [ ] env with conda-lock ?
- [ ] guix approch ?
## TODO: doc
- [x] Intiate mkdocs
- [ ] migate existing docs from wiki to mkdocs
- [ ] python API doc
- [ ] deploy demo / proto sur gitlab page or equivalent on bitbucket
## TODO: test
- [ ] Initiate python test suite
- [ ] migrate existing test (see wiki)
- [ ] doc test ?
- [ ] Initiate unit test