mirror of
https://github.com/NinjaSurge/Project-Manager.git
synced 2026-03-11 20:24:48 -05:00
Moved Todo list to it's own file
This commit is contained in:
@@ -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
21
TODO.md
Normal 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
|
||||
·
|
||||
Reference in New Issue
Block a user