Skip to content

Instantly share code, notes, and snippets.

@forksofpower
Last active April 13, 2020 19:33
Show Gist options
  • Save forksofpower/64595882311bb1dbf42a551de6f6a660 to your computer and use it in GitHub Desktop.
Save forksofpower/64595882311bb1dbf42a551de6f6a660 to your computer and use it in GitHub Desktop.
Module 2 Project Ideas

PC Parts Fair Pricing Store

  • Domain
    • User
    • ItemSaleReview
    • Part
    • PartCategory
    • Cart
    • Order
  • Features
    • authentication
    • review score aggregation for sellers
    • create new listing from existing part
    • user can purchase items (availabilty set on item add to cart)
    • User Stories:
      • As a user, I want to be able to...
        • log in
        • view items for sale
        • add items to cart
        • view cart
        • complete an order
        • manage my items for sale
        • create a duplicate item with different price and
  • Stretch Goals
    • auth with Github oauth2
    • Filtered search based on location
    • style with Bulma
    • image upload (optimize size and quality for quick page load?)
    • produce errors on checkout when an item has been purchased already)
    • user settings for dark theme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment