Remove FAQ information for versions below minimum supported
See original GitHub issue- This issue is related to https://github.com/corona-warn-app/cwa-website/issues/2032
Current Implementation
The FAQs include information for all released versions.
The minimum supported versions are listed on:
app-versions:
latest-ios: ${IOS_LATEST_VERSION:1.5.3}
min-ios: ${IOS_MIN_VERSION:1.5.3}
latest-android: ${ANDROID_LATEST_VERSION:1.0.4}
min-android: ${ANDROID_MIN_VERSION:1.0.4}
# With ENF v2 Android apps are versioned by Version Code and not by Semantic Versioning
min-android-version-code: ${ANDROID_MIN_VERSION_CODE:31}
latest-android-version-code: ${ANDROID_LATEST_VERSION_CODE:31}
If a user tries to run a CWA version before the minimum version they will get a message that they need to update. They cannot access any other functionality of the app until they have updated.
Suggested Enhancement
Since it is not possible to use a CWA app which is below the minimum version, in general any information in the FAQs regarding app versions before the minimum can be removed:
Android | iOS |
---|---|
1.0.4 | 1.5.3 |
Expected Benefits
Simplify the FAQ and reduce it to information relevant to app versions which can be used.
Issue Analytics
- State:
- Created 10 months ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Lifecycle FAQ - Fixed Policy - Microsoft Learn
What is the Lifecycle Policy for minor releases of major products? How is a component supported under the Fixed Lifecycle Policy?
Read more >Target API level requirements for Google Play apps
To provide Android and Google Play users with a safe experience, Google Play requires all apps to meet target API level requirements listed...
Read more >Frequently Asked Questions | U.S. Department of the Treasury
How does OFAC interpret indirect ownership as it relates to certain complex ownership structures? ... 5. How do I determine if I have...
Read more >I-864 Affidavit of Support (FAQs) - travel.gov
Petitioners must meet a minimum income level, called the Federal Poverty Guidelines, in order to financially sponsor a visa applicant. The Poverty Guidelines...
Read more >Amazon EKS Kubernetes versions - AWS Documentation
For more information about Kubernetes releases, see Amazon EKS Kubernetes release calendar and Amazon EKS version support and FAQ.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@MikeMcC399
Agreed! Thanks!
There is not much which can be updated, especially because the minimum Android app version is 1.0.4.
There are two iOS troubleshooting article which could be updated because they refer to fixes which were put in place before the minimum supported version (1.5.3) was released:
https://www.coronawarn.app/en/faq/results/#migration_Apple
https://www.coronawarn.app/en/faq/results/#app_does_not_open
I suggest changing the text to:
I will wait for feedback first. If the suggestion looks good then I will submit a corresponding PR to make the changes (also for the German texts).