-
Notifications
You must be signed in to change notification settings - Fork 0
User Stories
-
As a user and guest I want to be able to search specific products in the section I have currently accessed.
-
I want to search for products that are for sale and inspect for more details
-
Search on the
/productspage to view all products -
As a user I want to see and manage all products I have posted
-
View your products on
/user/products. Displays a list details briefly all of your products with links to their pages, each having buttons to edit or delete a product -
As a guest and user, I want to see more details on the product I like
-
View products in detail on the
/products/:productIdpage -
As a user, I want an immediate transaction on an item or to add it to my cart
-
If immediate, a button on the detail page will send a request if anymore are in stock. If so, a logged in user will have a new transaction made for one copy of the item. If out of stock or not enough in stock, an alert will appear to notify the user
-
If add to cart, will add the item amount to the cart.
- As a user I want to be able to sell my products for a profit.
- I want to make a profit on collector and not in production items
- Fill out a form on the
/products/newpage to post a product
- As a user I want to update the products I have for sale, and adapt to a changing market and provide previously missing info.
- This way I can change the price if it turns out my item is rarer than I thought.
- Autofill a form on the
/products/:productId/editif the user is the owner redirect if not or display an error messsage stating they are not the owner on that page
- As a user I want to be able to delete a product I have for sale before it is sold.
- This way I can remove a product if I change my mind
- Will be accessed via a button next to update, using a modal prompt to verify if the user wants to delete the product post.
- This way I can remove a product if I change my mind
- As a user I want to see the current state of my cart and view past transactions.
- A
- As a user I want to be able to make a new transaction by purchasing items in my cart.
- A
- As a user I want to update my transaction when I am able to.
- A
- As a user I want to cancel a transaction if it has not been shipped.
- A
- As a user and guest I want to be able to search for specific articles in the section I have currently accessed.
- A
- As a user I want to be able to post new news about products and games online.
- A
- As a user I want to update the products I have for sale, and adapt to a changing market and provide previously missing info.
- A
- As a user and guest I want to be able to search specific products in the section I have currently accessed.
- A
- As a user and guest I want to be able to see a seller's average rating on their profile market page.
- A
- As a user I want to be able to rate a seller from my most recent transaction experience
- A
- As a user I want to update the review from my experience as new info has arrived several weeks after the transaction.
- A
- As a user I want to delete my review because of drama surrounding a seller.
- A