Update repositories table

This commit updates the repositories table.
This commit is contained in:
Tim 2021-03-14 12:38:29 +01:00
parent 80d59d954e
commit a2b83e8fa8
1 changed files with 15 additions and 11 deletions

View File

@ -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