From 1eb0a50b03a9ae42a826bdefca8fc490e584bf2e Mon Sep 17 00:00:00 2001 From: Karl-Philipp Wulfert Date: Tue, 23 Jul 2019 16:59:39 +0200 Subject: [PATCH] refactor: remove resources directory --- README.md | 2 +- .../SCHOOL_IDENTIFIERS.md | 2 ++ resources/package.json-nyc | 22 ------------------- 3 files changed, 3 insertions(+), 23 deletions(-) rename resources/license-plates.md => project-docs/SCHOOL_IDENTIFIERS.md (99%) delete mode 100644 resources/package.json-nyc diff --git a/README.md b/README.md index c45e7339..4e2cc7a8 100755 --- a/README.md +++ b/README.md @@ -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. diff --git a/resources/license-plates.md b/project-docs/SCHOOL_IDENTIFIERS.md similarity index 99% rename from resources/license-plates.md rename to project-docs/SCHOOL_IDENTIFIERS.md index de83e375..ed9d8c85 100644 --- a/resources/license-plates.md +++ b/project-docs/SCHOOL_IDENTIFIERS.md @@ -1,3 +1,5 @@ +To identify schools we use their license plates. + | City | School | License- | plate | | --- | --- | --- | --- | | Aachen | KFH NRW | AC | KF | diff --git a/resources/package.json-nyc b/resources/package.json-nyc deleted file mode 100644 index 88199f4d..00000000 --- a/resources/package.json-nyc +++ /dev/null @@ -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 -}