Cwa-documentation: How is ExposureConfiguration set in CoronaWarn?

Created on 12 Jun 2020  路  6Comments  路  Source: corona-warn-app/cwa-documentation

[EDITED, in reaction to first comment below]

The CoronaRiskScoring project is trying to assess how different contact tracing apps are being parametrized. We are first focusing on apps using the Apple API as it will enable quickest comparison.

What we need
We need pointers to the places in the code where the following parameters are set:

Nice to have
We would also like to understand what is done with ENExposureDetectionSummary and ENExposureInfo, after the risks are calculated.

Excellent to have
This is only the beginning for us. We want the above so we can track how the parameters are being changed. It is likely actually that this is passed dynamically to the apps. If so, we need to know the process behind these changes, so we can ask the right people for this information.

If you have pointers in the right direction, they would be greatly appreciated.

This is addressed here.

documentation

Most helpful comment

The configuration values are also no secret as they are part of the servers codebase:

All 6 comments

Thanks for the question. We have some additional documentation planned, but no ETA yet.

One general remark: Please always enter the full description of your issue here, a simple link to your own personal project is not optimal as everybody always needs to check the other repository for updates. This question concerns this organization, so the discussion should ideally happen here.

Thanks for your understanding!

Mit freundlichen Gr眉脽en/Best regards,
SW
Corona Warn-App Open Source Team

While the title of this question refers to ExposureNotification, I think you are interested in ExposureConfiguration?

The apps download this from COUNTRY_APPCONFIG_DOWNLOAD_URL, see https://github.com/corona-warn-app/cwa-app-android/search?q=COUNTRY_APPCONFIG_DOWNLOAD_URL

The configuration values are also no secret as they are part of the servers codebase:

Thanks to all, I just made various corrections to the way I have structured the GitHub issue, will look at all your pointers. Searching is sometimes difficult because each national app has idiosyncrasies, especially as the projects tend to accumulate obsolete code when they switch to the GAEN framework.

As the relevant files were all referenced in this issue and as we just released the Epidemiological Motivation of the Transmission Risk Level, I close this issue now.

Mit freundlichen Gr眉脽en/Best regards,
SW
Corona Warn-App Open Source Team

Thank you for aggregating all the docs, and especially for storing all the config data in neat files.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

AndiLeni picture AndiLeni  路  3Comments

cknoll picture cknoll  路  3Comments

pdehaye picture pdehaye  路  3Comments

hendrikb picture hendrikb  路  3Comments

oezguercelebi picture oezguercelebi  路  3Comments