This pull request includes changes to the seller dashboard in the eMarket application. The main updates involve modifying the display of orders and changing how orders are fetched for the seller.
eMarket/app/views.py: Refactored the seller_dashboard view to fetch orders in a more efficient manner by iterating through all orders and filtering based on the seller
This pull request includes changes to the seller dashboard in the eMarket application. The main updates involve modifying the display of orders and changing how orders are fetched for the seller.
Changes to the seller dashboard:
eMarket/app/templates/app/seller_dashboard.html
: Updated the order display to include a clickable link to the order details, and simplified the order information displayed.eMarket/app/views.py
: Refactored theseller_dashboard
view to fetch orders in a more efficient manner by iterating through all orders and filtering based on the seller