Title: Requirements for the Seller's main page

Primary Actor: Seller

Required Features:

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