From a9424369b0fe391e2b07d4d1ed84e816a75bf4a3 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Thu, 12 Sep 2024 14:54:44 -0500 Subject: [PATCH] roadmap upload --- roadmap.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 roadmap.md diff --git a/roadmap.md b/roadmap.md new file mode 100644 index 00000000..16dcd3b5 --- /dev/null +++ b/roadmap.md @@ -0,0 +1,22 @@ +# Roadmap + +## Vision +- To simplify linux tasks for all users for all distributions; Easily, efficiently, and effortlessly. + +## 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. +- [ ] Document every function and feature of linutil. (Preview panel description addition) +- [ ] Create a discord server for linutil and invite the community. + +## 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 +- [ ] GUI Brainstorming and Planning +- [ ] GUI Implementation towards the end of Q4 + +## Community Feedback +- Encourage community input and suggestions for future development.