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

Sample State & Routes #3

Open
5 tasks done
vawhitehouse opened this issue May 7, 2021 · 0 comments
Open
5 tasks done

Sample State & Routes #3

vawhitehouse opened this issue May 7, 2021 · 0 comments

Comments

@vawhitehouse
Copy link

vawhitehouse commented May 7, 2021

Sample State

Overall, really nicely thought out! One small thought: does a booking need to know the number of guests?

Backend Routes

  • You'll probably need a users GET route
  • Keep in mind, since the ability to create listings will be a bonus MVP, you don't need to worry about POST/PATCH/DELETE routes for the listings unless you get to the bonus phase
  • Will users be able to edit their bookings? If so, you need a patch route
  • Same goes for reviews ^

Frontend Routes

  • You'll need a route + component for a user to view their bookings
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

No branches or pull requests

1 participant