From e7885369562f82d33b8b906cc5b346edd0d498a6 Mon Sep 17 00:00:00 2001 From: april Date: Fri, 29 Dec 2023 08:38:28 -0600 Subject: [PATCH] Add roadmap --- api/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/api/README.md b/api/README.md index 1bc8829..1d75dfd 100644 --- a/api/README.md +++ b/api/README.md @@ -15,6 +15,7 @@ + [Getting Started](#getting_started) + [Configuration](#configuration) + [Usage](#usage) ++ [Roadmap](#roadmap) ## About @@ -104,4 +105,13 @@ Default: `change-me-now` ## Usage -Once the server is running, full API documentation is available at `localhost:8081/docs` \ No newline at end of file +Once the server is running, full API documentation is available at `localhost:8081/docs` + +## Roadmap + +- [x] Multi-user authentication +- [x] Basic flight logging CRUD endpoints +- [ ] Implement JWT refresh tokens +- [ ] Attach photos to log entries +- [ ] Integrate database of airports and waypoints that can be queried to find nearest +- [ ] GPS track recording \ No newline at end of file