onaio/gisida

Errors need to be handled appropriately with user friendly error messages

Open

#463 opened on Apr 29, 2020

 (0 comments) (2 reactions) (0 assignees)JavaScript (4 forks)auto 404
extensibilitygood first issue

Repository metrics

Stars
 (13 stars)
PR merge metrics
 (PR metrics pending)

Description

Errors especially API request errors have not been handled. For instance, when fetching data from the API and a 500 error response is received, the spinner on the map renders continuously. This should be modified such that a user-friendly message is displayed instead

Contributor guide