You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User should be able to click on a certain park from either Home Page, or Park Search Page, and then be redirected to park page that shows the specific park's details and list the courts at that park. User should then be able to click on one of the courts and be redirected to that court page to view times.
Backend:
-create get route to open the correct park page (send the correct park object)
Frontend:
-use park object received from backend to parse through its courts and create a card for each one.
-Create buttons for each for users to be redirected to that specific court page to view available times (get request to /court, parameter:id)
The text was updated successfully, but these errors were encountered:
User should be able to click on a certain park from either Home Page, or Park Search Page, and then be redirected to park page that shows the specific park's details and list the courts at that park. User should then be able to click on one of the courts and be redirected to that court page to view times.
Backend:
-create get route to open the correct park page (send the correct park object)
Frontend:
-use park object received from backend to parse through its courts and create a card for each one.
-Create buttons for each for users to be redirected to that specific court page to view available times (get request to /court, parameter:id)
The text was updated successfully, but these errors were encountered: