-
-
Notifications
You must be signed in to change notification settings - Fork 28
Feature Error MessageΒ #23
Copy link
Copy link
Open
Labels
βοΈ Dependent ticketThis ticket depends on something else being completed first this sprintThis ticket depends on something else being completed first this sprintπ Priority MandatoryThis work is expectedThis work is expectedπ Size SmallAround an hourAround an hourπ
Week 3Assigned during Week 3 of this moduleAssigned during Week 3 of this moduleπ
Week 4Assigned during Week 4 of this moduleAssigned during Week 4 of this module
Description
Activity
Metadata
Metadata
Assignees
Labels
βοΈ Dependent ticketThis ticket depends on something else being completed first this sprintThis ticket depends on something else being completed first this sprintπ Priority MandatoryThis work is expectedThis work is expectedπ Size SmallAround an hourAround an hourπ
Week 3Assigned during Week 3 of this moduleAssigned during Week 3 of this moduleπ
Week 4Assigned during Week 4 of this moduleAssigned during Week 4 of this module
Type
Projects
- StatusShow more project fieldsπ Backlog
Show an error message
Instructions:
Display an error message in
<Bookings />if there is an HTTP error when fetching data from the server. To test this, try loading data fromhttps://cyf-react.glitch.me/error, which will return a 500 HTTP error.Hint: Try looking at your Pokemon app for an example.
If you complete #22 and merge it, you will likely reduce the work needed here
Test:
/errorendpoint, an error message should be displayed on the screen.