From f00c319abd702d00c9b30ecd8732ebbfbb6fc7f4 Mon Sep 17 00:00:00 2001 From: Ein_Tim <67682506+Ein-Tim@users.noreply.github.com> Date: Sun, 27 Dec 2020 23:53:10 +0100 Subject: [PATCH 1/4] Include table with links to other repositories This commits adds a table with the links to other repos to the README.md file. This is already done i.e. in the [iOS-Repo](https://github.com/corona-warn-app/cwa-app-ios/blob/release/1.11.x/README.md) --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index d40ede0..14bd6f5 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,24 @@ To be published: For an easier understanding of the used acronyms and special terms in our documents please see our [glossary](glossary.md). +## Repositories + +| Repository | Description | +| ------------------- | --------------------------------------------------------------------- | +| [cwa-documentation] | Project overview, general documentation, and white papers. | +| [cwa-wishlist] | Community feature requests. | +| [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-server] | Backend implementation for the Apple/Google exposure notification API.| +| [cwa-verification-server] | Backend implementation of the verification process. | + +[cwa-verification-server]: https://github.com/corona-warn-app/cwa-verification-server +[cwa-documentation]: https://github.com/corona-warn-app/cwa-documentation +[cwa-wishlist]: https://github.com/corona-warn-app/cwa-wishlist +[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-server]: https://github.com/corona-warn-app/cwa-server + ## Licensing Copyright (c) 2020 Deutsche Telekom AG and SAP SE or an SAP affiliate company. From 0e571537cb32093e8b22546d03188c9431630188 Mon Sep 17 00:00:00 2001 From: Ein_Tim <67682506+Ein-Tim@users.noreply.github.com> Date: Mon, 28 Dec 2020 14:28:59 +0100 Subject: [PATCH 2/4] Complete list of repos (without hotline and backlog) --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 14bd6f5..4857155 100644 --- a/README.md +++ b/README.md @@ -90,18 +90,27 @@ For an easier understanding of the used acronyms and special terms in our docume | Repository | Description | | ------------------- | --------------------------------------------------------------------- | | [cwa-documentation] | Project overview, general documentation, and white papers. | -| [cwa-wishlist] | Community feature requests. | | [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-server] | Backend implementation of the verification process. | +| [cwa-verification-portal] | The portal to interact with the verification server | +| [cwa-verification-iam] | The identy and access management to interact with the verification server | +| [cwa-testresult-server] | Receives the test results from connected laboratories | + -[cwa-verification-server]: https://github.com/corona-warn-app/cwa-verification-server [cwa-documentation]: https://github.com/corona-warn-app/cwa-documentation -[cwa-wishlist]: https://github.com/corona-warn-app/cwa-wishlist [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-server]: https://github.com/corona-warn-app/cwa-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 ## Licensing From 6273b4fc9b83642bff61ccbabb43ebe2599e208d Mon Sep 17 00:00:00 2001 From: Ein_Tim <67682506+Ein-Tim@users.noreply.github.com> Date: Wed, 30 Dec 2020 10:47:21 +0100 Subject: [PATCH 3/4] correct typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4857155..33d25e6 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ For an easier understanding of the used acronyms and special terms in our docume | [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 | -| [cwa-verification-iam] | The identy and access management 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 | From 0fa2820e258216729553969acc775147b424a3ad Mon Sep 17 00:00:00 2001 From: Ein_Tim <67682506+Ein-Tim@users.noreply.github.com> Date: Thu, 31 Dec 2020 11:16:16 +0100 Subject: [PATCH 4/4] Add missing periods --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 33d25e6..783e0bd 100644 --- a/README.md +++ b/README.md @@ -93,12 +93,12 @@ For an easier understanding of the used acronyms and special terms in our docume | [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-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 | -| [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-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-documentation]: https://github.com/corona-warn-app/cwa-documentation