From 1c1855ccaf34b53f480889e9240904a2c199d8a2 Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 29 Mar 2021 23:38:56 +0200 Subject: [PATCH 1/9] Update repository table This commit updates the repositories table to reflect the latest created repositories. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1597e8f..a5c9190 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,8 @@ For an easier understanding of the used acronyms and special terms in our docume | [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-log-upload] | The log upload service is the counterpart of the log upload in the app. | +| [cwa-quick-test-frontend] | waiting for description | +| [cwa-quick-test-backend] | waiting for description | [cwa-documentation]: https://github.com/corona-warn-app/cwa-documentation [cwa-app-ios]: https://github.com/corona-warn-app/cwa-app-ios @@ -115,6 +117,8 @@ For an easier understanding of the used acronyms and special terms in our docume [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 +[cwa-quick-test-frontend]: https://github.com/corona-warn-app/cwa-quick-test-frontend +[cwa-quick-test-backend]: https://github.com/corona-warn-app/cwa-quick-test-backend ## Licensing From 1db6069a041d5ea044ad0d3f36e814a570df9bde Mon Sep 17 00:00:00 2001 From: Tim Einbeck Date: Mon, 19 Apr 2021 18:57:26 +0200 Subject: [PATCH 2/9] Add cwa-event-landingpage This commit adds another new repo to the list of repositories. --- README.md | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index a5c9190..5e5e2c9 100644 --- a/README.md +++ b/README.md @@ -88,22 +88,23 @@ 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-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-log-upload] | The log upload service is the counterpart of the log upload in the app. | -| [cwa-quick-test-frontend] | waiting for description | -| [cwa-quick-test-backend] | waiting for description | +| 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-log-upload] | The log upload service is the counterpart of the log upload in the app. | +| [cwa-quick-test-frontend] | waiting for description | +| [cwa-quick-test-backend] | waiting for description | +| [cwa-event-landingpage] | Landing page for CWA which is opened if the user does not have the app installed. | [cwa-documentation]: https://github.com/corona-warn-app/cwa-documentation [cwa-app-ios]: https://github.com/corona-warn-app/cwa-app-ios @@ -119,6 +120,7 @@ For an easier understanding of the used acronyms and special terms in our docume [cwa-log-upload]: https://github.com/corona-warn-app/cwa-log-upload [cwa-quick-test-frontend]: https://github.com/corona-warn-app/cwa-quick-test-frontend [cwa-quick-test-backend]: https://github.com/corona-warn-app/cwa-quick-test-backend +[cwa-event-landingpage]: https://github.com/corona-warn-app/cwa-event-landingpage ## Licensing From 82aadebe56051565db00cda09ab77ad7f33604f1 Mon Sep 17 00:00:00 2001 From: Tim Einbeck Date: Fri, 23 Apr 2021 20:26:42 +0200 Subject: [PATCH 3/9] Add cwa-event-qr-code This commit adds another new repo to the list of repositories. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5e5e2c9..fdf72cd 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ For an easier understanding of the used acronyms and special terms in our docume | [cwa-quick-test-frontend] | waiting for description | | [cwa-quick-test-backend] | waiting for description | | [cwa-event-landingpage] | Landing page for CWA which is opened if the user does not have the app installed. | +| [cwa-event-qr-code] | Utility to generate QR codes for Event Registration | [cwa-documentation]: https://github.com/corona-warn-app/cwa-documentation [cwa-app-ios]: https://github.com/corona-warn-app/cwa-app-ios @@ -121,6 +122,7 @@ For an easier understanding of the used acronyms and special terms in our docume [cwa-quick-test-frontend]: https://github.com/corona-warn-app/cwa-quick-test-frontend [cwa-quick-test-backend]: https://github.com/corona-warn-app/cwa-quick-test-backend [cwa-event-landingpage]: https://github.com/corona-warn-app/cwa-event-landingpage +[cwa-event-qr-code]: https://github.com/corona-warn-app/cwa-event-qr-code ## Licensing From 66cda08f9eebadfe970d3a9f2370ae86e956cf6d Mon Sep 17 00:00:00 2001 From: Tim Einbeck Date: Tue, 27 Apr 2021 19:11:11 +0200 Subject: [PATCH 4/9] Add cwa-quicktest-onboarding This commit adds another new repo to the list of repositories. --- README.md | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index fdf72cd..3c2c9f5 100644 --- a/README.md +++ b/README.md @@ -88,24 +88,25 @@ 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-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-log-upload] | The log upload service is the counterpart of the log upload in the app. | -| [cwa-quick-test-frontend] | waiting for description | -| [cwa-quick-test-backend] | waiting for description | -| [cwa-event-landingpage] | Landing page for CWA which is opened if the user does not have the app installed. | -| [cwa-event-qr-code] | Utility to generate QR codes for Event Registration | +| 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-log-upload] | The log upload service is the counterpart of the log upload in the app. | +| [cwa-quick-test-frontend] | waiting for description | +| [cwa-quick-test-backend] | waiting for description | +| [cwa-event-landingpage] | Landing page for CWA which is opened if the user does not have the app installed. | +| [cwa-event-qr-code] | Utility to generate QR codes for Event Registration | +| [cwa-quicktest-onboarding] | Informations about onboarding procedure for partners of the Corona-Warn-App | [cwa-documentation]: https://github.com/corona-warn-app/cwa-documentation [cwa-app-ios]: https://github.com/corona-warn-app/cwa-app-ios @@ -123,6 +124,7 @@ For an easier understanding of the used acronyms and special terms in our docume [cwa-quick-test-backend]: https://github.com/corona-warn-app/cwa-quick-test-backend [cwa-event-landingpage]: https://github.com/corona-warn-app/cwa-event-landingpage [cwa-event-qr-code]: https://github.com/corona-warn-app/cwa-event-qr-code +[cwa-quicktest-onboarding]: https://github.com/corona-warn-app/cwa-quicktest-onboarding ## Licensing From 3e11c6110ae178efc1d5fa6ca465d55a37c36695 Mon Sep 17 00:00:00 2001 From: Tim Einbeck Date: Wed, 28 Apr 2021 21:37:07 +0200 Subject: [PATCH 5/9] Add missing . and improve wording --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c2c9f5..12a34a4 100644 --- a/README.md +++ b/README.md @@ -101,12 +101,12 @@ For an easier understanding of the used acronyms and special terms in our docume | [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-log-upload] | The log upload service is the counterpart of the log upload in the app. | +| [cwa-log-upload] | Counterpart of the log upload in the app. | | [cwa-quick-test-frontend] | waiting for description | | [cwa-quick-test-backend] | waiting for description | | [cwa-event-landingpage] | Landing page for CWA which is opened if the user does not have the app installed. | -| [cwa-event-qr-code] | Utility to generate QR codes for Event Registration | -| [cwa-quicktest-onboarding] | Informations about onboarding procedure for partners of the Corona-Warn-App | +| [cwa-event-qr-code] | Utility to generate QR codes for Event Registration. | +| [cwa-quicktest-onboarding] | Informations about onboarding procedure for partners of the Corona-Warn-App. | [cwa-documentation]: https://github.com/corona-warn-app/cwa-documentation [cwa-app-ios]: https://github.com/corona-warn-app/cwa-app-ios From 07feb69b42a00ae3f0a9c8571f01a520462885fe Mon Sep 17 00:00:00 2001 From: Tim Einbeck Date: Thu, 27 May 2021 00:20:54 +0200 Subject: [PATCH 6/9] Wording change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12a34a4..22c9209 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ For an easier understanding of the used acronyms and special terms in our docume | [cwa-quick-test-backend] | waiting for description | | [cwa-event-landingpage] | Landing page for CWA which is opened if the user does not have the app installed. | | [cwa-event-qr-code] | Utility to generate QR codes for Event Registration. | -| [cwa-quicktest-onboarding] | Informations about onboarding procedure for partners of the Corona-Warn-App. | +| [cwa-quicktest-onboarding] | Documentation for integration of rapid test partners. | [cwa-documentation]: https://github.com/corona-warn-app/cwa-documentation [cwa-app-ios]: https://github.com/corona-warn-app/cwa-app-ios From a17c7fe269ce51eee1b7a27a153dae43918a0f07 Mon Sep 17 00:00:00 2001 From: Tim Einbeck Date: Thu, 3 Jun 2021 20:56:07 +0200 Subject: [PATCH 7/9] Add missing description This commit adds a description for the repositories: https://github.com/corona-warn-app/cwa-quick-test-frontend & https://github.com/corona-warn-app/cwa-quick-test-backend --- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index fb62e15..d6bdcab 100644 --- a/README.md +++ b/README.md @@ -88,25 +88,25 @@ 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-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-log-upload] | Counterpart of the log upload in the app. | -| [cwa-quick-test-frontend] | waiting for description | -| [cwa-quick-test-backend] | waiting for description | -| [cwa-event-landingpage] | Landing page for CWA which is opened if the user does not have the app installed. | -| [cwa-event-qr-code] | Utility to generate QR codes for Event Registration. | -| [cwa-quicktest-onboarding] | Documentation for integration of rapid test partners. | +| 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-log-upload] | Counterpart of the log upload in the app.           | +| [cwa-quick-test-frontend] | Frontend implementation of the rapid antigen test portal for participating partners.        | +| [cwa-quick-test-backend] | Backend implementation of the rapid antigen test portal and API for participating partners. | +| [cwa-event-landingpage] | Landing page for CWA which is opened if the user does not have the app installed.   | +| [cwa-event-qr-code] | Utility to generate QR codes for Event Registration.   | +| [cwa-quicktest-onboarding] | Documentation for integration of rapid test partners.  | [cwa-documentation]: https://github.com/corona-warn-app/cwa-documentation [cwa-app-ios]: https://github.com/corona-warn-app/cwa-app-ios From cffe2f0bdce950f27dfebbd227a0d210257ff64c Mon Sep 17 00:00:00 2001 From: Tim Einbeck Date: Thu, 3 Jun 2021 22:52:35 +0200 Subject: [PATCH 8/9] Text changes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d6bdcab..9590b75 100644 --- a/README.md +++ b/README.md @@ -93,20 +93,20 @@ For an easier understanding of the used acronyms and special terms in our docume | [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-wishlist] | Community feature requests.           | | [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 PCR test results from connected laboratories.     | | [cwa-log-upload] | Counterpart of the log upload in the app.           | +| [cwa-quicktest-onboarding] | Documentation about onboarding procedure for rapid antigen test partners. | | [cwa-quick-test-frontend] | Frontend implementation of the rapid antigen test portal for participating partners.        | | [cwa-quick-test-backend] | Backend implementation of the rapid antigen test portal and API for participating partners. | -| [cwa-event-landingpage] | Landing page for CWA which is opened if the user does not have the app installed.   | +| [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-quicktest-onboarding] | Documentation for integration of rapid test partners.  | [cwa-documentation]: https://github.com/corona-warn-app/cwa-documentation [cwa-app-ios]: https://github.com/corona-warn-app/cwa-app-ios From e26f2d8d4d535311cd242d69429fc5ea58fc6f9f Mon Sep 17 00:00:00 2001 From: Tim Einbeck Date: Thu, 3 Jun 2021 22:55:43 +0200 Subject: [PATCH 9/9] Add hotline repository and order list of links correctly This commit adds the https://github.com/corona-warn-app/cwa-hotline repository to the list of repositories. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9590b75..88fe025 100644 --- a/README.md +++ b/README.md @@ -107,12 +107,13 @@ For an easier understanding of the used acronyms and special terms in our docume | [cwa-quick-test-backend] | Backend implementation of the rapid antigen test portal and API for participating partners. | | [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-documentation]: https://github.com/corona-warn-app/cwa-documentation [cwa-app-ios]: https://github.com/corona-warn-app/cwa-app-ios [cwa-app-android]: https://github.com/corona-warn-app/cwa-app-android -[cwa-wishlist]: https://github.com/corona-warn-app/cwa-wishlist [cwa-website]: https://github.com/corona-warn-app/cwa-website +[cwa-wishlist]: https://github.com/corona-warn-app/cwa-wishlist [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 @@ -120,11 +121,12 @@ For an easier understanding of the used acronyms and special terms in our docume [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 +[cwa-quicktest-onboarding]: https://github.com/corona-warn-app/cwa-quicktest-onboarding [cwa-quick-test-frontend]: https://github.com/corona-warn-app/cwa-quick-test-frontend [cwa-quick-test-backend]: https://github.com/corona-warn-app/cwa-quick-test-backend [cwa-event-landingpage]: https://github.com/corona-warn-app/cwa-event-landingpage [cwa-event-qr-code]: https://github.com/corona-warn-app/cwa-event-qr-code -[cwa-quicktest-onboarding]: https://github.com/corona-warn-app/cwa-quicktest-onboarding +[cwa-hotline]: https://github.com/corona-warn-app/cwa-hotline ## Licensing