Title: Requirements for the Seller's main page
Primary Actor: Seller
Required Features:
- List of products added by the seller in the center.
- An "Add Product" button on top of the products' list to add another product.
- On Each product in the products' list, we need the following:
- The image of the product (if available, or else a default picture)
- The name of the product.
- A description of the product.
- The price of the product.
- An "Edit" button which opens the same form as add product, but with
the information of the product to edit filled out.
- List of sales added by the seller on the right.
- A "Create Sale" button on top of the sales list to add another Sale.
- On each sale in the sales' list, we need the following:
- The list of products in the sale.
- The time period of the sale.
- A "My Account" button on the top-left corner of the page for the seller to access their profile details.