-
Notifications
You must be signed in to change notification settings - Fork 283
Missing default action for "More Information" button in EN Error popup #1353
Comments
@ndegendogo |
@Ein-Tim If I remember correctly from a earlier pre-release development stage the error gets returned as a conditional return when the API entry point functions are called, so the alert popup is handled by the app. With that it's possible to handle every error appropriate. |
@tens0rfl0w |
Actually found the PR that I had in mind: #868 This was the latest addition to UI error handling. Looking at the code you can see that the error handling is handled by the app itself and that there is just no special case for Error 2 as it never happened before. Should be an easy one to fix this. :) |
Hello everyone, The issue is now mirrored to Jira (ticket ID: EXPOSUREAPP-3286). Let's see what the devs can do about it. Further updates on the progress will be posted in this thread. @ndegendogo I changed your title to be more precise. Hope that is okay with you. Regards, Corona-Warn-App Open Source Team |
Dear community, we also updated info for developers with respect to this issue. Best, Corona-Warn-App Open Source Team |
See #1000 (comment) |
Although this is solved, I again looked at the PR which @tens0rfl0w shared here a few months ago (#868). If I understand everything correct here this means that all ENErrors (but 5, 11 and 13) should guide the user to https://www.coronawarn.app/de/faq/, or? |
@Ein-Tim, We will check with the developers. Thanks, DS Corona-Warn-App Open Source Team |
Feedback from developers: That is correct. @ndegendogo Feel free to close this issue. Thanks to everybody. |
Thanks @heinezen. |
@Ein-Tim regarding errors 5,11,13 and the rest of them and your question #1353 (comment) got the following answer from the developers:
|
Okay thanks. Can be closed 👍 |
Avoid duplicates
Describe the bug
When ENF reports an error code, this is shown as dialog box to the user, with buttons "ok" and "Mehr erfahren". But in some cases, the "mehr erfahren" button is empty. Example: EN error 2 (bad params). See here
I agree that there is not much a user can do if they encounter such an error. But at least they should report back so it can be investigated and fixed.
Expected behaviour
Button "mehr erfahren" should always give some advice. If no specific action is recommended, the user should at least report back to the technical hotline or to the project maintainers at github.
Steps to reproduce the issue
Technical details
cwa 1.3.2(0)
Possible Fix
Additional context
Internal Tracking ID: EXPOSUREAPP-3286
The text was updated successfully, but these errors were encountered: