Refactor TODO.md file

This commit refactors the TODO.md file by updating the list of tasks and removing unnecessary items. It also suggests using `openapi-codegen` for Pydantic model generation and reviews naming conventions.
This commit is contained in:
2024-01-18 11:36:59 -05:00
parent 8b654fdf4f
commit a25ebd7fc9
+10 -4
View File
@@ -1,5 +1,11 @@
- [ ] review naming conventions
- [ ] decide upon
- [x] experiment with `openapi-codegen`
- [ ]
# TODO
This document is a list of things to do for the project.
- [x] `kiota` is not a good fit for the project
- [x] review `openapi-codegen` and `openapi-generator` for Pydantic model generation
- `openapi-codegen` is a good fit for the project (supports pydantic, etc.)
- [ ] look for more lessons learned with `kiota`
- [ ] review naming conventions
- [ ] add support for roles, etc.
- [ ] determine if httx is a good fit for the project