Skip to content

Feature List

Crystal Chavez edited this page May 9, 2022 · 7 revisions

Features (MVP)


New account creation, log in, log out, and guest/demo login

  • Users can sign up, log in, and log out.
  • Users can use a demo log in to try the site.
  • Users can't use certain features without logging in.

Main 2 Feature Full CRUD

Reviews

  • Logged in users can create a review on a item.
  • Logged in users can edit and delete their own review .
  • All users can view reviews on a item.

Item Listing

  • Logged in users can create a listing on a item.
  • Logged in users can edit and delete their own listing .
  • All users can view listing on a item.

Additional CRUD

Profile

  • All users can view the profile of another user.
  • Only current logged in users can edit their own profile.

Shopping Cart

  • Logged in users can add to a Shopping cart.
  • Logged in users can edit and delete items from own Shopping cart.
  • Only current logged in users can view their own Shopping cart.

Clone this wiki locally