From 201f0b91cce8bd7c31dd9bff950de9f60f2f3c3b Mon Sep 17 00:00:00 2001 From: Custom Commands Date: Sun, 11 Dec 2022 23:46:59 -0600 Subject: [PATCH] Moved Todo list to it's own file --- README.md | 6 +----- TODO.md | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 5 deletions(-) create mode 100644 TODO.md diff --git a/README.md b/README.md index f76422c..fb6b8cd 100644 --- a/README.md +++ b/README.md @@ -130,11 +130,7 @@ _For more examples, please refer to the [Documentation](https://github.com/Ninja We are starting off with Web projects as a base -- [ ] Start Work on backend framework - - [ ] Make an example Project directory and structure it - - [ ] basic CRUD for Projects (Start with Creation and Deletion) -- [ ] Start Work on the frontend UI - - [ ] Make a Project "Home page" +[TODO](TODO.md) See the [open issues](https://github.com/NinjaSurge/Project-Manager/issues) for a full list of proposed features (and known issues). diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..47b8618 --- /dev/null +++ b/TODO.md @@ -0,0 +1,21 @@ +# TODO + +## Backend + +- [x] Make an example Project directory and structure it +- [x] basic CRUD for Projects +- [ ] Make usable projects + - [ ] run commands/scripts in the directory on creation + - [ ] Initialize git in the project + - [ ] allow template usage + +## Frontend + +- [ ] Make a Project "Home page" + - [ ] Display a README in markdown +- [ ] Make a Project Listing Page. + +## General Features + +- [ ] Allow tags/categorization for projects + ยท