topcoder-platform / timeline-wall-api

Topcoder timeline wall back end APIs and support code
0 stars 1 forks source link

Handle errors from backend properly #26

Closed igoroshko closed 1 year ago

igoroshko commented 1 year ago

At the moment if backend fails to create an event, the frontend app will still display success message. This should be fixed. We can use same popup for now, but display the error message from the backend.

image

suppermancool commented 1 year ago

@igoroshko done in https://github.com/topcoder-platform/community-app/pull/6720

igoroshko commented 1 year ago

This can be verified by following steps described in issue #23

Dara-K commented 1 year ago

Makes sense and works, thank you! Let's close this ticket @igoroshko