Read-only mirror of https://github.com/admin-ch/CovidCertificate-Management-UI — Bundesamt für Informatik und Telekommunikation. Issues & pull requests at the source.
  • TypeScript 83.2%
  • HTML 14.4%
  • SCSS 2.2%
  • JavaScript 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Harald Lösing 8d2457924a
Merge pull request #270 from admin-ch/release/4.12.x_März_23
Backmerge Release/4.12.x März 23 to master
2023-03-27 09:50:03 +02:00
.github/workflows replaced deprecated and removed option "--prod" with new "--configuration production" 2022-11-21 13:55:27 +01:00
scripts Move borwserlist update from action to pre hook 2021-10-25 17:30:45 +02:00
src Merge pull request #268 from admin-ch/feature/-vaccinecer-2386-ergänzung-der-texte-im-ui 2023-03-20 11:30:25 +01:00
tests adjusting the default configuration of jest that the folder "_shared" does not get mapped into "app/shared" 2022-09-01 08:59:05 +02:00
.browserslistrc Merge branch 'master' into develop 2021-09-16 14:45:37 +02:00
.editorconfig updated oblique from v7 to v8 2022-11-11 11:23:33 +01:00
.eslintrc.json fixed linting errors and warnings 2022-11-11 12:50:09 +01:00
.gitignore updated angular from v12 to v13 2022-11-11 11:16:38 +01:00
.npmrc first commit 2021-05-31 09:55:45 +02:00
.prettierrc updated oblique from v7 to v8 2022-11-11 11:23:33 +01:00
angular.json fixing build options for ABN and PROD 2022-12-08 14:02:51 +01:00
babel.config.js first commit 2021-05-31 09:55:45 +02:00
LICENSE first commit 2021-05-31 09:55:45 +02:00
package-lock.json finished date picker with testing settings as temporary solution. 2023-03-14 14:51:21 +01:00
package.json version upgraded 2023-03-15 20:59:11 +01:00
README.md corrected typo in second sentence. 2022-08-29 09:27:27 +02:00
tsconfig.app.json updated oblique from v8 to v9 2022-11-11 11:42:56 +01:00
tsconfig.json updated angular from v13 to v14 2022-11-11 11:28:17 +01:00
tsconfig.spec.json first commit 2021-05-31 09:55:45 +02:00

CovidCertificate-Management-UI

The management UI allows the authorized user to create and revoke a COVID certificate. It allows also an authorized to generate an OneTime password.

This project is released by the Federal Office of Information Technology, Systems and Telecommunication FOITT on behalf of the Federal Office of Public Health FOPH.

Technical information

This repository contains everything to build & test the project. Each tag corresponds to a release done internally by the FOITT.

Prerequisites

  • GIT
  • nodejs & npm
  • AngularCli installed globally: npm i -g @angular/cli

Setup the environment

  • Install project dependencies: npm ci
  • Start the project: npm start
  • Test the project: npm test