From a762864d326462ea79d510d530493125ad9cb24f Mon Sep 17 00:00:00 2001 From: JEEVITHA KANNAN K S Date: Fri, 25 Oct 2024 18:41:28 +0530 Subject: [PATCH 1/4] Update roadmap.md --- docs/roadmap.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/roadmap.md b/docs/roadmap.md index 8f41056e..55ae301f 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 in CLI mode +- [ ] Implementation of CLI arguments and config file for automation +- [ ] Logging of script executions for easier debugging + +### Q1 2025 - [ ] GUI Brainstorming and Planning -- [ ] GUI Implementation towards the end of Q4 +- [ ] GUI Basic Implementation + +### Q2 2025 +- [ ] GUI Full Implementation ## Community Feedback - Encourage community input and suggestions for future development. From 3269106c77b7b444f37b7a26fe2fe29bb62ed0d7 Mon Sep 17 00:00:00 2001 From: JEEVITHA KANNAN K S Date: Fri, 25 Oct 2024 19:05:49 +0530 Subject: [PATCH 2/4] Update docs/roadmap.md Co-authored-by: Adam Perkowski --- docs/roadmap.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/roadmap.md b/docs/roadmap.md index 55ae301f..6883c5c7 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -12,9 +12,9 @@ ## Milestones ### Q4 2024 -- [x] Finish the foundation of the project in CLI mode -- [ ] Implementation of CLI arguments and config file for automation -- [ ] Logging of script executions for easier debugging +- [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 From 2fa78a451f56feb41c9ab35ee158cf6c66524af4 Mon Sep 17 00:00:00 2001 From: JEEVITHA KANNAN K S Date: Fri, 25 Oct 2024 19:05:57 +0530 Subject: [PATCH 3/4] Update docs/roadmap.md Co-authored-by: Adam Perkowski --- docs/roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/roadmap.md b/docs/roadmap.md index 6883c5c7..799ad051 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -18,7 +18,7 @@ ### Q1 2025 - [ ] GUI Brainstorming and Planning -- [ ] GUI Basic Implementation +- [ ] Basic GUI Implementation ### Q2 2025 - [ ] GUI Full Implementation From a749df764c2a0732daf8df852f0833bb21f25b39 Mon Sep 17 00:00:00 2001 From: JEEVITHA KANNAN K S Date: Fri, 25 Oct 2024 19:06:04 +0530 Subject: [PATCH 4/4] Update docs/roadmap.md Co-authored-by: Adam Perkowski --- docs/roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/roadmap.md b/docs/roadmap.md index 799ad051..cc334348 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -21,7 +21,7 @@ - [ ] Basic GUI Implementation ### Q2 2025 -- [ ] GUI Full Implementation +- [ ] Full GUI Implementation ## Community Feedback - Encourage community input and suggestions for future development.