From 2a414e62cf21b47eb5976535fe1499e02d561f4c Mon Sep 17 00:00:00 2001 From: Tyler <68524461+TySP-Dev@users.noreply.github.com> Date: Wed, 6 Aug 2025 14:09:53 -1000 Subject: [PATCH] Update ROADMAP.md --- ROADMAP.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 1a98faa..52052cb 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -5,21 +5,19 @@ ### Phase 0 -- [ ] Remove docker files (Dropping official docker support) - -- [ ] Update README.md to be current. +- [x] Remove docker files (Dropping official docker support) - [x] Add roadmap.md to repo -- [ ] Create /application_data/ folder (for server settings, admin login and creds) +- [x] Create /application_data/ folder (for server settings, admin login and creds) -- [ ] Create scripts folder in /application_data/ +- [x] Create scripts folder in /application_data/ -- [ ] Create /paccrypt_algos/ folder +- [x] Create /paccrypt_algos/ folder - [ ] Builder better start, stop and restart scripts both prod and dev (Universal) -- [ ] Add a button in the admin panel to switch to and from prod and dev modes +- [ ] Add a button in the admin panel to switch to and from prod and dev modes - **Saving for UI Revamp** ### Phase 1: app.py - Modular Python Web App