-
- Downloads
create display for owner to create product and check for their shop revenue
Showing
- app/backend/models/models.py 4 additions, 1 deletionapp/backend/models/models.py
- app/backend/routes/auth.py 8 additions, 0 deletionsapp/backend/routes/auth.py
- app/backend/routes/product.py 123 additions, 6 deletionsapp/backend/routes/product.py
- app/backend/routes/shop.py 53 additions, 0 deletionsapp/backend/routes/shop.py
- app/frontend/components/auth/login.py 5 additions, 0 deletionsapp/frontend/components/auth/login.py
- app/frontend/components/dashboard.py 21 additions, 0 deletionsapp/frontend/components/dashboard.py
- app/frontend/components/owner/owner_dashboard.py 497 additions, 0 deletionsapp/frontend/components/owner/owner_dashboard.py
- app/frontend/components/owner/owner_products.py 478 additions, 0 deletionsapp/frontend/components/owner/owner_products.py
- app/frontend/components/product/create_product.py 280 additions, 50 deletionsapp/frontend/components/product/create_product.py
- app/frontend/components/product/edit_product.py 440 additions, 0 deletionsapp/frontend/components/product/edit_product.py
- app/frontend/components/product/view_product.py 282 additions, 307 deletionsapp/frontend/components/product/view_product.py
- app/frontend/components/shop/create_shop.py 89 additions, 15 deletionsapp/frontend/components/shop/create_shop.py
- app/frontend/components/user_details.py 20 additions, 0 deletionsapp/frontend/components/user_details.py
- app/frontend/components/user_orders.py 20 additions, 0 deletionsapp/frontend/components/user_orders.py
- app/frontend/components/user_payments.py 34 additions, 2 deletionsapp/frontend/components/user_payments.py
- app/frontend/main.py 73 additions, 3 deletionsapp/frontend/main.py
- app/frontend/utils/api_requests.py 9 additions, 17 deletionsapp/frontend/utils/api_requests.py
Loading
Please register or sign in to comment