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

Get all of the Current User's Bookings #20

Open
4 tasks
wckliment opened this issue Apr 13, 2024 · 0 comments
Open
4 tasks

Get all of the Current User's Bookings #20

wckliment opened this issue Apr 13, 2024 · 0 comments

Comments

@wckliment
Copy link
Owner

Return all the bookings that the current user has made.

  • An authenticated user is required for a successful response
  • Successful response includes only bookings created by the current user
  • Booking data returned includes the id, spotId, userId, startDate,
    endDate, createdAt, and updatedAt
  • Booking data returns associated data for Spot, including the id,
    ownerId, address, city, state, country, lat, lng, name,
    price and previewImage
@wckliment wckliment converted this from a draft issue Apr 13, 2024
@wckliment wckliment moved this from Backlog to In progress in AirBnBClone Apr 27, 2024
@wckliment wckliment moved this from In progress to In review in AirBnBClone Apr 27, 2024
@wckliment wckliment moved this from In review to Next Tasks in AirBnBClone Apr 27, 2024
@wckliment wckliment moved this from Next Tasks to In review in AirBnBClone Apr 27, 2024
@wckliment wckliment moved this from In review to In progress in AirBnBClone May 1, 2024
@wckliment wckliment moved this from In progress to Accepted in AirBnBClone May 1, 2024
@wckliment wckliment moved this from Accepted to In progress in AirBnBClone May 1, 2024
@wckliment wckliment moved this from In progress to Accepted in AirBnBClone May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Accepted
Development

No branches or pull requests

1 participant