User Stories - stili87/Clear-BnB GitHub Wiki
Users
- C: As a new user, I'd like to be able to sign up for an account so that I can list a property for rent, review a property, or rent a property.
- R: As a current user, I want to be able to see the identity of the users who own the property or a review that user posted.
- U: As a current user, I want to be able to update my account information should any of my information change.
Properties
As a logged in user,
- C: I want to be able to create a property to be available for rent.
- R: I want to be able to see my properties and properties that other users created.
- U: I want to be able to update the information on a property I created.
- D: I want to be able to remove a property I listed so it is no longer displayed on the site.
Reviews
As a logged in user,
- C: I want to be able to write a review on a property.
- R: I want to be able to see reviews on properties so I can see what others said about the property.
- U: I want to be able to update the information in my review.
- D: I want to be able to remove a review I listed.
Bookings
As a logged in user,
- C: I want to be able to submit a booking on a property.
- R: I want to be able to see any bookings that I created.
- U: I want to be able to update the information for my booking.
- D: I want to be able to remove a booking I created.
Search
As a logged in or logged out user,
- I want to be able to search the site for my properties that I might want to rent.