MVP List - erinicole/RentClothesWithPockets GitHub Wiki

MVP List

Rent Clothes With Pockets, a Rent the Runway clone, is a e-commerce application that allows users to rent high end fashion at a fraction of the cost of the MSRP while creating a community that allows reviews of each item to be shared amongst subscribers and potential subscribers.

1. Hosting on Heroku (09/XX/2019, .25 days)

2. New account creation, login, and guest/demo login (09/XX/2019, 2 days)

  • Users can sign up, sign in, log out
  • Users can use a demo login to try the site
  • Users can't use certain features without logging in (adding to cart), previously renting (commenting on items), and creating like lists

3. Products (09/XX/2019, 2 days)

  • Index products by type
  • Have a show page for each product

4. Rentals/Shopping Cart (09/XX/2019, 1 days)

  • Logged in users can add/delete products to shopping cart
  • Logged in users can rent/check out items from shopping cart

5. Reviews (09/XX/2019, 2 days)

  • Logged in users who have previously rented an item can create reviews
  • Logged in users who have previously rented an item can update reviews
  • Logged in users who have previously rented an item can delete reviews
  • Everyone can see reviews

6. Likes(09/XX/2019, 1 days)

  • Logged in users can like products
  • Logged in users can unlike products

7. Production README (09/XX/2019, .5 days)

8. Bonus WishList (09/XX/2019, 2 days)

  • Logged in users can create lists of items they want
  • Logged in users can delete lists of items they want
  • Logged in users can add item to list
  • Logged in users can delete item from list

9. Bonus Dashboard and Profile (09/XX/2019, .5 days)

  • Users have a private dashboard of their product preferences (a form)

10. Bonus Search Products(09/XX/2019, 2 days)

  • All users can search for products based on product attributes (i.e. size, color, designer, etc.)