-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose error messages from external geojson sources to users #2545
Comments
Examples: #454 (comment) |
Example: I just finished a debugging session that cost me multiple hours TBH. The API and the Web UI did not give any indication on the error. I finally found an error message, when I used the staging version and uploaded the API response as a file…
I did not check if this error message is only on staging. Or if it is because I used the Upload (not the API-URL). In any case, exposing this error to me as a user would have saved me hours… For reference https://osmus.slack.com/archives/C1QN12RS7/p1739531583947219?thread_ts=1739522832.618589&cid=C1QN12RS7 |
From a feature point of view… |
I ran into this again today and – again – it took me about an hour or longer to find the issue. It turns out, I change the API that presents our data and did not update the challenges, yet. It would be very helpful if the 404 error that the API returned at https://radverkehrsatlas.de/api/maproulette/data/deprecated_cycleway_shared had been exposed in the UI or via email. |
Related: https://osmus.slack.com/archives/C1QN12RS7/p1739266138581449?thread_ts=1739253195.529849&cid=C1QN12RS7
Use Case
When I create a challenge based on an external GeoJSON, something might go wrong.
The admin/user should see the error message of what went wrong so he can fix it.
For example…
The text was updated successfully, but these errors were encountered: