From 0faf732c82cb496b7f01db190786935a9208a5f0 Mon Sep 17 00:00:00 2001 From: luke-h1 Date: Sun, 11 Aug 2024 18:34:31 +0100 Subject: [PATCH] chore(tooling): update todos --- TODO.md | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/TODO.md b/TODO.md index 7b9410f..3a44117 100644 --- a/TODO.md +++ b/TODO.md @@ -1,17 +1,9 @@ -## add e2e tests with playwright ✅ - -## add e2e support in CI ✅ - -## add swagger docs ✅ - -## add semantic-release - -## semver bump on main - -# deploy api to fly.io (for now) (potential for aws down the line) - -# use supabase for postgres and https://github.com/terraform-aws-modules/terraform-aws-elasticache for cache - -## add caching - -## add xml support for /health +# TODO + +- e2e tests with playwright + ci ✅ +- swagger docs ✅ +- csv upload support for pets endpoint (upload csv, parse and save to db) +- xml support for /health +- xml support for /version +- caching +- deploy - supabase for postgres, aws elasticache for cache and fly.io for hosting