update todo

This commit is contained in:
2024-01-21 18:44:35 -05:00
parent 960644bb3d
commit ac42ffbfb5
+5 -5
View File
@@ -2,21 +2,21 @@
## Technical Implementation ## Technical Implementation
- [x] review `openapi-codegen` and `openapi-generator` for Pydantic model generation [completion:: 2024-01-18] - [x] review `openapi-codegen` and `openapi-generator` for Pydantic model generation
- `openapi-codegen` is a good fit for the project (supports pydantic, etc.) - `openapi-codegen` is a good fit for the project (supports pydantic, etc.)
- [ ] look for more lessons learned with `kiota` - [x] look for more lessons learned with `kiota`
- [ ] httx abstraction (can be added later) - [ ] httx abstraction (can be added later)
- [x] request adapters (overkill) [completion:: 2024-01-18] - [x] request adapters (overkill)
- [ ] - [ ]
## Endpoints ## Endpoints
- [ ] continue refactoring names of models in schema.py to remove `Model1` pattern. - [x] continue refactoring names of models in schema.py to remove `Model1` pattern.
- [ ] add support for roles, endpoints, compute, etc. - [ ] add support for roles, endpoints, compute, etc.
- [ ] saved queries? proceed without for now. - [ ] saved queries? proceed without for now.
## General ## General
- [x] review naming conventions [completion:: 2024-01-18] - [x] review naming conventions
- [ ] add tests - [ ] add tests
- [ ] add ci/cd - [ ] add ci/cd
- [ ] add documentation - [ ] add documentation