Rename project-manager folder; Add structure schema txt
parent
8153c2a986
commit
b880e2d062
|
@ -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
|
||||
|
||||
|
|
@ -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
Loading…
Reference in New Issue