corona-warn-app / cwa-app-ccl

Common Covid Logic (CCL) for Android and iOS
Apache License 2.0
7 stars 4 forks source link

Feature: Remove admission state (EXPOSUREAPP-13914, EXPOSUREAPP-13916) #103

Closed mlenkeit closed 2 years ago

mlenkeit commented 2 years ago

This PR changes CCL to not return any admission state anymore.

Ein-Tim commented 2 years ago

@mlenkeit If the team is planning to remove the admission state (3G, 2G, etc.), I strongly suggest to clearly communicate this to the user. If we don't want the user to think that they have lost their admission state for some reason, in-app information should be added on why the admission state is not displayed anymore.

mlenkeit commented 2 years ago

@Ein-Tim that is indeed what should be the case, see e.g. https://github.com/corona-warn-app/cwa-app-ccl/pull/103/files#diff-3526f651c4d797d161de635d89eff2562be6a1ed70ca0ad709556114c9c2164cR84 (although the text is still work-in-progress)

Ein-Tim commented 2 years ago

Thanks Maximilian!