None
/admin
/seller
/customer
/config (bootstrap & db connection files)
login page
For functions (CRUD)
/functions/admin
/functions/seller
/functions/customer
login function
| User | Function | PIC | Progress |
|---|---|---|---|
| Admin | LC | ||
| Add edit delete seller & view all customer data | LC | Done | |
| Chat with seller and customer | TH | Done | |
| Manage/give seller commission | LC | ||
| Seller | VIC | ||
| Add edit delete product | VIC | Done | |
| Chat with customer and admin | TH | Done | |
| View and download sales report (CSV) | VIC | Done | |
| Promo code (Manual type promo code, code due date and discount percentage | VIC | Done | |
| Customer | TH | ||
| Add to cart | TH | Done | |
| View available discount code & enter discount code when checkout | TH | ||
| Chat with admin and seller | TH | Done | |
| Guest | HY | ||
| View product | HY | Done | |
| View available dicount code | HY | Done | |
| Login & register | HY | Done |
The following db tables are used as standards (You can add new columns but do not change the pre-set column name this will impact other people ie. id, product_code etc)
product
promo
users