forked from Johnkayode/multivendor-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTodo
More file actions
52 lines (48 loc) · 1.01 KB
/
Todo
File metadata and controls
52 lines (48 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Vendor
- create account
- verify account
- add 2FA
- add shop details
- add bank account details
- add/edit/remove products' details and categories
- view all orders and customers' information
- update order progress for tracking
- view and withdraw from shop wallet
- view sales analytics
- open/closed
- suspended?
Customer
- view vendors
- create account
- verify email
- buy from vendors
- add/remove from cart
- pay for order
- receive receipt, order details & tracking number
- track orders
- rate vendor/product
- report vendors
Product
- name
- category(s)
- price
- quantity
- image(s)
- vendor
- orders
- ratings
Order
- customer details
- vendor
- total price
- tracking id
- order progress
- order items
- close/open
Admin
- view vendors and details
- check vendors' wallets
- suspend vendors
- view recent orders
- view all orders
- wallet