Skip to content
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

Implement Backend Frontend Communication Exception Handling #277

Open
3 tasks
WolfgangDaniel opened this issue May 5, 2021 · 0 comments
Open
3 tasks

Implement Backend Frontend Communication Exception Handling #277

WolfgangDaniel opened this issue May 5, 2021 · 0 comments
Labels
Backend Issues that need to touch backend functionality Frontend Issues that changes the frontend Stabilize Issues focussed on stabilizing the existing product

Comments

@WolfgangDaniel
Copy link
Contributor

As a developer, I'd like to know that calls to the backend are being handled properly if they fail, in order to have a product that is robust.


💭   Hints & Thoughts

❓   Additional Questions to Answer / Consider


✅   Conditions of satisfaction

  • Should figure out what is best practice to handle errors (try catch vs. if error) and commit to one format to handle errors
  • Should go through all controller functions on the server side and add an error handling that returns the error code
  • Should find all use cases of backend calls in the frontend and make sure that the case of failure is always handled (Socket and REST)
@WolfgangDaniel WolfgangDaniel added Frontend Issues that changes the frontend Backend Issues that need to touch backend functionality PRIO2 Stabilize Issues focussed on stabilizing the existing product labels May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend Issues that need to touch backend functionality Frontend Issues that changes the frontend Stabilize Issues focussed on stabilizing the existing product
Projects
None yet
Development

No branches or pull requests

1 participant