From 6e1d7a67685e04c546f780fc62b5a52db8779459 Mon Sep 17 00:00:00 2001 From: JEEVITHA KANNAN K S Date: Thu, 31 Oct 2024 23:45:02 +0530 Subject: [PATCH] Update roadmap.md (#875) * Update roadmap.md * Update docs/roadmap.md Co-authored-by: Adam Perkowski * Update docs/roadmap.md Co-authored-by: Adam Perkowski * Update docs/roadmap.md Co-authored-by: Adam Perkowski --------- Co-authored-by: Adam Perkowski --- docs/roadmap.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/roadmap.md b/docs/roadmap.md index 8f41056e..cc334348 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -5,19 +5,23 @@ ## Goals - [ ] Focus on tasks that take time in Linux and automate them. (Example: Removing a user, adding a user, etc. - but mostly BASH scripts with POSIX compliance.) -- [ ] Remove Binary linutil from being tracked in git and make it a github action. +- [x] Remove Binary linutil from being tracked in git and make it a github action. - [ ] Document every function and feature of linutil. (Preview panel description addition) - [x] Create a discord server for linutil and invite the community. -- [ ] Power Optimizations for Laptops +- [x] Power Optimizations for Laptops ## Milestones -### Q3 2024 -- [ ] Finish the foundation of the project in CLI mode. -- [ ] DENY ALL GUI Pull Requests while CLI and foundation is being established. - ### Q4 2024 +- [x] Finish the foundation of the project's CLI +- [ ] Implement CLI arguments and configuration support +- [ ] Add an option for logging script executions + +### Q1 2025 - [ ] GUI Brainstorming and Planning -- [ ] GUI Implementation towards the end of Q4 +- [ ] Basic GUI Implementation + +### Q2 2025 +- [ ] Full GUI Implementation ## Community Feedback - Encourage community input and suggestions for future development.