refactor: remove resources directory

This commit is contained in:
Karl-Philipp Wulfert
2019-07-23 16:59:39 +02:00
parent 8f3478911f
commit 1eb0a50b03
3 changed files with 3 additions and 23 deletions

View File

@@ -19,7 +19,7 @@ An agenda is generated with the project management tool that contains all issues
Every school gets their own subgroup on GitLab inside the group `@openstapps`.
The technical name is the license plate of the school. This can be found in the [list of license plates](resources/license-plates.md).
The technical name is the license plate of the school. This can be found in the [list of license plates](project-docs/SCHOOL_IDENTIFIERS.md).
The official name of the school is used as the group's name and a matching logo is picked to act as the group's logo - this should be a square one because of the way that GitLab handles/shows logos.

View File

@@ -1,3 +1,5 @@
To identify schools we use their license plates.
| City | School | License- | plate |
| --- | --- | --- | --- |
| Aachen | KFH NRW | AC | KF |

View File

@@ -1,22 +0,0 @@
{
"check-coverage": true,
"per-file": true,
"lines": 95,
"statements": 95,
"functions": 95,
"branches": 95,
"include": [
"src"
],
"exclude": [
"src/test/**/*.spec.ts"
],
"extension": [
".ts"
],
"reporter": [
"html",
"text-summary"
],
"all": true
}