mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-19 16:13:06 +00:00
refactor: remove resources directory
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
To identify schools we use their license plates.
|
||||
|
||||
| City | School | License- | plate |
|
||||
| --- | --- | --- | --- |
|
||||
| Aachen | KFH NRW | AC | KF |
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user