mirror of
https://github.com/corona-warn-app/cwa-documentation
synced 2024-11-22 17:24:28 +01:00
Merge pull request #863 from Ein-Tim/update/repo-list
Update list of repositories in README.md
This commit is contained in:
commit
88150d82ec
72
README.md
72
README.md
@ -89,46 +89,56 @@ 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-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-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 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 opens if the user does not have the app installed. |
|
||||
| [cwa-event-qr-code] | Utility to generate QR codes for Event Registration. |
|
||||
| [cwa-map-public-frontend] | Public frontend of map.schnelltestportal.de. |
|
||||
| [cwa-hotline] | Contains all issues reg. the hotlines 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-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-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-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
|
||||
[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
|
||||
[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-app-ccl]: https://github.com/corona-warn-app/cwa-app-ccl
|
||||
[cwa-app-ios]: https://github.com/corona-warn-app/cwa-app-ios
|
||||
[cwa-dcc-server]: https://github.com/corona-warn-app/cwa-dcc-server
|
||||
[cwa-documentation]: https://github.com/corona-warn-app/cwa-documentation
|
||||
[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-map-public-frontend]: https://github.com/corona-warn-app/cwa-map-public-frontend
|
||||
[cwa-hotline]: https://github.com/corona-warn-app/cwa-hotline
|
||||
[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-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
|
||||
[cwa-quick-test-frontend]: https://github.com/corona-warn-app/cwa-quick-test-frontend
|
||||
[cwa-quicktest-onboarding]: https://github.com/corona-warn-app/cwa-quicktest-onboarding
|
||||
[cwa-server]: https://github.com/corona-warn-app/cwa-server
|
||||
[cwa-testresult-server]: https://github.com/corona-warn-app/cwa-testresult-server
|
||||
[cwa-verification-iam]: https://github.com/corona-warn-app/cwa-verification-iam
|
||||
[cwa-verification-portal]: https://github.com/corona-warn-app/cwa-verification-portal
|
||||
[cwa-verification-server]: https://github.com/corona-warn-app/cwa-verification-server
|
||||
[cwa-website]: https://github.com/corona-warn-app/cwa-website
|
||||
[cwa-wishlist]: https://github.com/corona-warn-app/cwa-wishlist
|
||||
[dcc-rule-translation]: https://github.com/corona-warn-app/dcc-rule-translation
|
||||
|
||||
## Licensing
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user