JiayangYing / CITS3403_PRO

MIT License
2 stars 0 forks source link

Implement Order Table Listing as Modal on Product Listing Page #42

Closed loklokyx closed 4 months ago

loklokyx commented 4 months ago

Proposed Implementation:

Order Table Modal Features:

  1. Display Order Table:
    • Integrate a modal window into the product listing page to display order details in table format.
    • Include columns for order ID, buyer's name, contact details, order status, and any other relevant information.
  2. Interaction:
    • Enable sellers to interact with orders directly from the modal, such as marking orders as accept or reject order status.
  3. User Experience:
    • Ensure a smooth and intuitive user experience by providing clear navigation and user-friendly interface elements within the modal.

This implementation will enhance the product listing page by providing sellers with easy access to order details in a modal window, allowing for efficient management and interaction with orders without navigating away from the product listing page.

loklokyx commented 4 months ago

Closed #43