Rename project-manager folder; Add structure schema txt

keep-around/dc735e80914fa50c9bca8f6c78c100b7ed19408f
Florian Hartwich 2017-03-11 01:43:12 +01:00
parent 8153c2a986
commit b880e2d062
110 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,26 @@
project-manager/
|-- projects-server/
| |--db.json
| |--package.json
| |--server.js
| |--test.json
| |--etc/
|--src/
| |--favicon.ico
| |--index.html
| |--main.ts
| |--polyfills.ts
| |--style.css
| |--test.ts
| |--app/
| |--
| |--assets/
| |--environments/
|
|
|--angular-cli.json
|--package.json
|--tslint.json
|--yarn.lock

View File

@ -29,6 +29,17 @@
"assignee": {},
"id": 5,
"state": "IN_PROGRESS"
},
{
"assignee": {
"name": "hardi",
"email": "hardi@noarch.de"
},
"tags": [],
"state": "IN_PROGRESS",
"title": "Testplan schreiben",
"description": "Testplan für dieses Projekt anlegen",
"id": 6
}
]
}

Some files were not shown because too many files have changed in this diff Show More