rails_event_store icon indicating copy to clipboard operation
rails_event_store copied to clipboard

Improving error handling for Browser

Open swistak35 opened this issue 6 years ago • 1 comments

Currently, if for some reason fetching of the event from RES Browser API fails, Browser frontend assumes that the event is "not found". We should differentiate between cases when the event does not exist and when there was problem with connection / API server.

swistak35 avatar Jun 25 '19 14:06 swistak35

Also, there's no distinction between "event not loaded yet" and "event not found", so sporadically, user may see "Event not found" information for a fraction of second when the event loads.

swistak35 avatar Aug 08 '19 20:08 swistak35