From 7db094808a50f372a7c2026edd5174852c0d07e7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 18 Jan 2024 12:07:36 -0500 Subject: [PATCH] Refactor TODO.md file structure and update tasks --- TODO.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/TODO.md b/TODO.md index cbba14f..36b8d60 100644 --- a/TODO.md +++ b/TODO.md @@ -1,18 +1,21 @@ -# TODO +# Things to do. -This document is a list of things to do for the project. +## Technical Implementation - [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.) + - `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. -- [ ] add support for -- [ ] determine if httx is a good fit for the project + - [ ] httx abstraction (can be added later) +## Endpoints + +- [ ] add support for roles, endpoints, compute, etc. - [ ] saved queries? proceed without for now. +## General + +- [ ] review naming conventions - [ ] add tests - [ ] add ci/cd - [ ] add documentation