From 0ea71f9b7de3da81928b4c18f262d0c96a0af616 Mon Sep 17 00:00:00 2001 From: Ein-Tim <67682506+Ein-Tim@users.noreply.github.com> Date: Mon, 11 Apr 2022 11:25:08 +0200 Subject: [PATCH] Add cwa-map-operators-frontend repo This commit adds the https://github.com/corona-warn-app/cwa-map-operators-frontend repository to the list of repositories in the README.md file. --- README.md | 58 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 910a222..5eb2d15 100644 --- a/README.md +++ b/README.md @@ -88,34 +88,35 @@ For an easier understanding of the used acronyms and special terms in our docume ## Repositories -| Repository | Description     | -| -------------------------- | --------------------------------------------------------------------------------------------- | -| [cwa-app-android] | Native Android app using the Apple/Google exposure notification API.            | -| [cwa-app-ccl] | Common Covid Logic (CCL) for Android and iOS. | -| [cwa-app-ios] | Native iOS app using the Apple/Google exposure notification API.            | -| [cwa-dcc-server] | Backend implementation of the process to issue EU Digital Covid Certificate CovidCertificate. | -| [cwa-documentation] | Project overview, general documentation and white papers.            | -| [cwa-event-landingpage] | Landing page for CWA which opens if the user does not have the app installed.   | -| [cwa-event-qr-code] | Utility to generate QR codes for Event Registration.   | -| [cwa-hotline] | Contains all issues reg. the hotlines of the CWA. | -| [cwa-icao-transliteration] | The ICAO transliteration algorithm of the CWA. | -| [cwa-kotlin-jfn] | JsonFunctions Engine - DCC Logic. | -| [cwa-log-upload] | Counterpart of the log upload in the app.            | -| [cwa-map-backend] | Backend of map.schnelltestportal.de. | -| [cwa-map-public-frontend] | Public frontend of map.schnelltestportal.de. | -| [cwa-ppa-server] | Backend implementation for the privacy-preserving analytics server.            | -| [cwa-quick-test-backend] | Backend implementation of the rapid antigen test portal and API for participating partners. | -| [cwa-quick-test-frontend] | Frontend implementation of the rapid antigen test portal for participating partners.         | -| [cwa-quicktest-onboarding] | Documentation about onboarding procedure for rapid antigen test partners. | -| [cwa-registrierung] | Registration portal for the rapid antigen test portal | -| [cwa-server] | Backend implementation for the Apple/Google exposure notification API.            | -| [cwa-testresult-server] | Receives PCR test results from connected laboratories.      | -| [cwa-verification-iam] | The identity and access management to interact with the verification server.             | -| [cwa-verification-portal] | The portal to interact with the verification server.            | -| [cwa-verification-server] | Backend implementation of the verification process.            | -| [cwa-website] | The official website for the Corona-Warn-App.      | -| [cwa-wishlist] | Community feature requests.            | -| [dcc-rule-translation] | Translations of Booster Notification Rules. | +| Repository | Description     | +| ---------------------------- | --------------------------------------------------------------------------------------------- | +| [cwa-app-android] | Native Android app using the Apple/Google exposure notification API.            | +| [cwa-app-ccl] | Common Covid Logic (CCL) for Android and iOS. | +| [cwa-app-ios] | Native iOS app using the Apple/Google exposure notification API.            | +| [cwa-dcc-server] | Backend implementation of the process to issue EU Digital Covid Certificate CovidCertificate. | +| [cwa-documentation] | Project overview, general documentation and white papers.            | +| [cwa-event-landingpage] | Landing page for CWA which opens if the user does not have the app installed.   | +| [cwa-event-qr-code] | Utility to generate QR codes for Event Registration.   | +| [cwa-hotline] | Contains all issues reg. the hotlines of the CWA. | +| [cwa-icao-transliteration] | The ICAO transliteration algorithm of the CWA. | +| [cwa-kotlin-jfn] | JsonFunctions Engine - DCC Logic. | +| [cwa-log-upload] | Counterpart of the log upload in the app.            | +| [cwa-map-backend] | Backend of map.schnelltestportal.de. | +| [cwa-map-operators-frontend] | Frontend for test center operators to manage their test centers in a simple way. | +| [cwa-map-public-frontend] | Public frontend of map.schnelltestportal.de. | +| [cwa-ppa-server] | Backend implementation for the privacy-preserving analytics server.            | +| [cwa-quick-test-backend] | Backend implementation of the rapid antigen test portal and API for participating partners. | +| [cwa-quick-test-frontend] | Frontend implementation of the rapid antigen test portal for participating partners.         | +| [cwa-quicktest-onboarding] | Documentation about onboarding procedure for rapid antigen test partners. | +| [cwa-registrierung] | Registration portal for the rapid antigen test portal | +| [cwa-server] | Backend implementation for the Apple/Google exposure notification API.            | +| [cwa-testresult-server] | Receives PCR test results from connected laboratories.      | +| [cwa-verification-iam] | The identity and access management to interact with the verification server.             | +| [cwa-verification-portal] | The portal to interact with the verification server.            | +| [cwa-verification-server] | Backend implementation of the verification process.            | +| [cwa-website] | The official website for the Corona-Warn-App.      | +| [cwa-wishlist] | Community feature requests.            | +| [dcc-rule-translation] | Translations of Booster Notification Rules. | [cwa-app-android]: https://github.com/corona-warn-app/cwa-app-android [cwa-app-ccl]: https://github.com/corona-warn-app/cwa-app-ccl @@ -129,6 +130,7 @@ For an easier understanding of the used acronyms and special terms in our docume [cwa-kotlin-jfn]: https://github.com/corona-warn-app/cwa-kotlin-jfn [cwa-log-upload]: https://github.com/corona-warn-app/cwa-log-upload [cwa-map-backend]: https://github.com/corona-warn-app/cwa-map-backend +[cwa-map-operators-frontend]: https://github.com/corona-warn-app/cwa-map-operators-frontend [cwa-map-public-frontend]: https://github.com/corona-warn-app/cwa-map-public-frontend [cwa-ppa-server]: https://github.com/corona-warn-app/cwa-ppa-server [cwa-quick-test-backend]: https://github.com/corona-warn-app/cwa-quick-test-backend