MVP Feature List - ranwang0410/CraftCove GitHub Wiki
Users
- Only logged in users can see the favorite part.
- Only logged in users have shop manage button.
- Logged in users can edit their name, email, password.
- Users has log in, sign up, sign out and demo user feature.
- Users can only authenticate if they've registered with valid data.
Products
- Users should be able to view all Products.
- Users should be able to create a Product.
- Users should be able to update their Product(s).
- Users should be able to delete their Product(s).
Reviews
- Users should be able to view all reviews on a Product.
- Users should be able to create a review for a Product.
- Users should be able to update their review for a Product.
- Users should be able to delete their review from a Product.
Shopping Cart
- Users should be able to view all products added to their cart.
- Users should be able to add products to their shopping cart.
- Users should be able to remove products from their shopping cart.
- Users should be able to preform a "transaction" to complete their purchase.
Favorites
- Users should be able to view all of their favorite products.
- Users should be able to favorite products.
- Users should be able to delete products from their favorites.
Search
- Users should be able to search for products.
- Users should be able to view the results of their search.
Past Orders/Reorder
- Users should be able to view their past orders.
- Users should be able to reorder any of their past orders.