Moved Todo list to it's own file

This commit is contained in:
2022-12-11 23:46:59 -06:00
parent 850ad8bb15
commit 201f0b91cc
2 changed files with 22 additions and 5 deletions

View File

@@ -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).

21
TODO.md Normal file
View File

@@ -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
·