From 9a2aef0e958922b43478a90d8ac3528fcb5792a9 Mon Sep 17 00:00:00 2001 From: April Petersen <58403923+azpsen@users.noreply.github.com> Date: Mon, 15 Jan 2024 17:16:03 -0600 Subject: [PATCH 1/2] Update roadmap --- api/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/README.md b/api/README.md index 0ad8246..f4d1bcc 100644 --- a/api/README.md +++ b/api/README.md @@ -111,9 +111,9 @@ Once the server is running, full API documentation is available at `localhost:80 - [x] Multi-user authentication - [x] Basic flight logging CRUD endpoints +- [x] Basic flight logging CRUD endpoints +- [ ] GPS track recording - [ ] Implement JWT refresh tokens -- [ ] Attach photos to log entries - [ ] PDF Export - [ ] Import from other log applications - [ ] Integrate database of airports and waypoints that can be queried to find nearest -- [ ] GPS track recording From 995c47e9bb63b23d16fe2313344e6a34ee7dfbc7 Mon Sep 17 00:00:00 2001 From: April Petersen <58403923+azpsen@users.noreply.github.com> Date: Mon, 15 Jan 2024 17:30:14 -0600 Subject: [PATCH 2/2] Fix roadmap --- api/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/README.md b/api/README.md index f4d1bcc..72e4500 100644 --- a/api/README.md +++ b/api/README.md @@ -111,7 +111,8 @@ Once the server is running, full API documentation is available at `localhost:80 - [x] Multi-user authentication - [x] Basic flight logging CRUD endpoints -- [x] Basic flight logging CRUD endpoints +- [x] Aircraft management and association with flight logs +- [x] Attach photos to log entries - [ ] GPS track recording - [ ] Implement JWT refresh tokens - [ ] PDF Export