-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.txt
96 lines (69 loc) · 1.48 KB
/
todo.txt
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
TODO
FRONTEND
- Design product details page - Done
- Add product details page - Done
- Sticky navbar - Done
- Small cart items on homepage for cart
- Buy now to open modal - Done
- Popular sales responsive styling - Done
- Normal sign in and sign up - Done
- Checkout section - Done
- Admin page - Done
- PayStack Integration -
- Flutterwave Integration - Done
- Checkout Page - Done
- Filtering(Price, Category) - Done
- Longitude & Latitude(Location for checkout page) - Done
- Product Details - Done
- Contact Us Page - Done
- API's integration - Done
- Search - Done
- Pusher API
BACKEND
- User authentication & authorization - Done
- Google authentication - Done
- 2FA - Done
- Reset Password - Done
- Products - Done
- Category - Done
- Cart - Done
- Search functionality - Done
- Related Product
- Wallet
- Wishlist
- Review
POSTMAN
USER -> AUTH
- Create Account
- Verify Account
- Reset Password
- Create Password
- Login
- Google Login
USER PROFILE
- Get User
- Change Password
- Change Profile
FRONT END
- Get Product(Each Product should contain slug)
- Get Product by ID
- Search Product
- Get Product By Categories(Params to this ones)
CART
- Add cart
- Get Cart
- Add or Remove a Cart
- Clear All Cart
- Delete Cart Product
Prettier Fix
Start > Run
File Path:
%AppData%\Code\User\settings.json
Change From:
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
To:
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},