From 4cc0a7efa04c862e697a6eab2a2d7e76f7ec293b Mon Sep 17 00:00:00 2001 From: April Petersen <58403923+azpsen@users.noreply.github.com> Date: Mon, 15 Jan 2024 17:14:46 -0600 Subject: [PATCH 1/3] Update roadmap --- web/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/README.md b/web/README.md index a139e3f..e55822e 100644 --- a/web/README.md +++ b/web/README.md @@ -68,9 +68,9 @@ Once running, the web app can be accessed at `localhost:3000` - [x] Create, view, edit, and delete flight logs - [x] Functionality for adding flights -- [ ] Dashboard with statistics +- [x] Dashboard with statistics +- [x] Attach photos to log entries +- [ ] GPS track recording and map display - [ ] Calendar view -- [ ] Attach photos to log entries - [ ] Admin dashboard to manage all users and server configuration - [ ] Integrate database of airports and waypoints that can be queried to find nearest -- [ ] GPS track recording and map display From 2533af2ee032881f40ddc6c0fcb64e94127c049b Mon Sep 17 00:00:00 2001 From: April Petersen <58403923+azpsen@users.noreply.github.com> Date: Mon, 15 Jan 2024 17:15:23 -0600 Subject: [PATCH 2/3] Update roadmap --- web/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/web/README.md b/web/README.md index e55822e..bb3a71f 100644 --- a/web/README.md +++ b/web/README.md @@ -67,7 +67,6 @@ Once running, the web app can be accessed at `localhost:3000` ## Roadmap - [x] Create, view, edit, and delete flight logs -- [x] Functionality for adding flights - [x] Dashboard with statistics - [x] Attach photos to log entries - [ ] GPS track recording and map display From 0f885a17965df171723a743fe0307776ec6ae998 Mon Sep 17 00:00:00 2001 From: April Petersen <58403923+azpsen@users.noreply.github.com> Date: Mon, 15 Jan 2024 17:30:57 -0600 Subject: [PATCH 3/3] Update README.md --- web/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/web/README.md b/web/README.md index bb3a71f..c6646e7 100644 --- a/web/README.md +++ b/web/README.md @@ -67,6 +67,7 @@ Once running, the web app can be accessed at `localhost:3000` ## Roadmap - [x] Create, view, edit, and delete flight logs +- [x] Aircraft managment and association with flight logs - [x] Dashboard with statistics - [x] Attach photos to log entries - [ ] GPS track recording and map display