From a2b83e8fa89cb948a9916e6f8b77bc7d5a7faf1a Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 14 Mar 2021 12:38:29 +0100 Subject: [PATCH] Update repositories table This commit updates the repositories table. --- README.md | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 86adebe..784f64b 100644 --- a/README.md +++ b/README.md @@ -87,18 +87,20 @@ For an easier understanding of the used acronyms and special terms in our docume ## Repositories -| Repository | Description | -| ------------------- | --------------------------------------------------------------------- | -| [cwa-documentation] | Project overview, general documentation, and white papers. | -| [cwa-app-ios] | Native iOS app using the Apple/Google exposure notification API. | -| [cwa-app-android] | Native Android app using the Apple/Google exposure notification API. | -| [cwa-wishlist] | Community feature requests. | -| [cwa-website] | The official website for the Corona-Warn-App. | -| [cwa-server] | Backend implementation for the Apple/Google exposure notification API.| -| [cwa-verification-server] | Backend implementation of the verification process. | -| [cwa-verification-portal] | The portal to interact with the verification server. | +| Repository | Description | +| ------------------------- | ---------------------------------------------------------------------------- | +| [cwa-documentation] | Project overview, general documentation, and white papers. | +| [cwa-app-ios] | Native iOS app using the Apple/Google exposure notification API. | +| [cwa-app-android] | Native Android app using the Apple/Google exposure notification API. | +| [cwa-wishlist] | Community feature requests. | +| [cwa-website] | The official website for the Corona-Warn-App. | +| [cwa-server] | Backend implementation for the Apple/Google exposure notification API. | +| [cwa-ppa-server] | Backend implementation for the privacy-preserving analytics server. | +| [cwa-verification-server] | Backend implementation of the verification process. | +| [cwa-verification-portal] | The portal to interact with the verification server. | | [cwa-verification-iam] | The identity and access management to interact with the verification server. | -| [cwa-testresult-server] | Receives the test results from connected laboratories. | +| [cwa-testresult-server] | Receives the test results from connected laboratories. | +| [cwa-log-upload] | The log upload service is the counterpart of the log upload in the app. | [cwa-documentation]: https://github.com/corona-warn-app/cwa-documentation [cwa-app-ios]: https://github.com/corona-warn-app/cwa-app-ios @@ -106,10 +108,12 @@ For an easier understanding of the used acronyms and special terms in our docume [cwa-wishlist]: https://github.com/corona-warn-app/cwa-wishlist [cwa-website]: https://github.com/corona-warn-app/cwa-website [cwa-server]: https://github.com/corona-warn-app/cwa-server +[cwa-ppa-server]: https://github.com/corona-warn-app/cwa-ppa-server [cwa-verification-server]: https://github.com/corona-warn-app/cwa-verification-server [cwa-verification-portal]: https://github.com/corona-warn-app/cwa-verification-portal [cwa-verification-iam]: https://github.com/corona-warn-app/cwa-verification-iam [cwa-testresult-server]: https://github.com/corona-warn-app/cwa-testresult-server +[cwa-log-upload]: https://github.com/corona-warn-app/cwa-log-upload ## Licensing