-
Notifications
You must be signed in to change notification settings - Fork 1
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
error handling on server for all modal calls #60
Comments
running a migration on server start (handle below error) |
Error handling across features (turn off error displaying) Errors that should be shown (a different page or modal?) Errors that should be hidden (should cause a delay, worst case) Errors that should be shown as generic |
Error handling todos errors to display to users (client side validation) duplicate recipe name (toast it) for create recipe, edit recipe any controller based error - log it. Not just the error but all variables being used by the method as well (all of http request), timestamp. any http error - 400s, 500s - design the views with funny messages (rotates the message) for that and links to the dashboard. on serious errors - send email/text to team/oncall person |
Use cases not covered by error handling: Login - user not found, password incorrect |
front-end errors with duplicate ingredients/recipes
The text was updated successfully, but these errors were encountered: