Skip to content

Latest commit

 

History

History
60 lines (57 loc) · 1.75 KB

File metadata and controls

60 lines (57 loc) · 1.75 KB

left to do

  • for the Admin

  • create a category function

  • create a product function

  • create an advertisement function

  • display all category functions

  • display all product functions

  • display all advertisement functions

  • view/update/delete full category function

  • view/update/delete full product function

  • view/update/delete full advertisement function

  • view/delete/ban full admin function

  • show all products in a category

  • All orders

  • today's orders

  • manage orders

    • view order details
    • update order status
    • cancel order
    • undo cancel order
    • delete order
  • admin dashboard

    • overview and analytics
      • overview cards
      • sales chart
      • orders chart
      • users chart
    • Notifications
      • view all notifications
      • filter notifications read/unread
      • clear all notifications
  • for the user

  • let user browse through categories

  • let user browse through products

  • let user view product details

    • post a review
    • view all reviews
    • view rating/chart
    • add product to wishlist
    • let user view wishlist
      • let user add product to wishlist
      • let user remove product from wishlist
  • let user view cart

    • let user add product to cart
    • let user remove product from cart
    • let user update product quantity in cart
    • let user clear cart
    • let user checkout
    • checkout dialog
  • let user view orders

    • let user view order details
    • let user cancel order
  • for the website

  • Home page

  • about us page

  • contact us page

  • footer