-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |