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

Issue 97 client crud error handling #113

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Leila-U
Copy link
Member

@Leila-U Leila-U commented Apr 4, 2021

  • Create Error Handling for getBuildings, getAllEvents, updateEvent, addEvent, deleteEvent
  • Add snackbars for 400 and 500 errors
    image
    image

@github-actions
Copy link

github-actions bot commented Apr 4, 2021

Visit the preview URL for this PR (updated for commit bd1aa0e):

https://utmap-c252d--pr113-issue-97-client-crud-r4kwrm7a.web.app

(expires Sun, 11 Apr 2021 19:46:18 GMT)

🔥 via Firebase Hosting GitHub Action 🌎


<Snackbar open={openSnackBar400} autoHideDuration={4000} onClose={handleCloseSnackBar400}>
<Alert elevation={6} variant="filled" onClose={handleCloseSnackBar400} severity="error">
400 ERROR: Missing values! Change Form.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change the error message for 400? It's confusing (I'm not sure what "Change form" means) and it's not accurate for 404 errors. Let's say one user deletes an event and another user tries to update the same event, which will trigger a 404 error. The message should be something relevant to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants