MVP List - fullernle/printsy GitHub Wiki

Printsy, an etsy clone, is an e-commerce application that allows users to publicly buy and sell 3d printed products.

1. Hosting on Heroku

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

  • Users will be able to sign up, sign in, and sign out.
  • Users will be able to demo login to try out features
  • Users will be restricted to certain features without logging in (listing products, posting comments/reviews)

3. Product Listings (2 days)

  • Users that are logged in will be able to create product listings
  • Any type of user can browse product listings
  • Product listings will have its own description and reviews

4. Shopping Cart (2 days)

  • Users can add and remove products from their cart
  • Users will be able to edit quantity of items in their cart (add/remove)
  • Users who are logged in will be able to checkout

5. Comments/Reviews (2 days)

  • Users who are logged in can create comments or reviews for products.
  • Users who are logged in can edit comments or reviews made for products.
  • Any type of user can view comments and reviews.

6. Search (2 days)

  • Any type of user can search for product via item or category
  • Autocomplete suggestions will appear as user is entering product information

7. Production README (0.5 days)