-
Notifications
You must be signed in to change notification settings - Fork 0
/
myfile.txt
29 lines (29 loc) · 1.93 KB
/
myfile.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
Todo
- DONE Create virtual env
- DONE Install and setup
- DONE Init database, super user, test run
- DONE Create core app for base pages
- DONE Create app for users
- DONE Create app for products
- Add category model
- DONE List out newest products on the front pages
- DONE Product detail view
- DONE category view
- DONE Add images
- DoNE show vendor on product detail
- DONE vendor detail page
- DONE Sign up, login, logout
- DONE Create "my account" page
- DONE simple search
- DONE Admin pages for vendors
- DONE Success Messages
- DONE Add product to the cart
- DONE view cart
- DONE remove product from cart
- DONE increment/decrement
- DONE design cart page
- DONE Checkout functionality
- DONE vendors must be able to see their orders
- DONE Only authenticated user can proceed to Checkout
- implement payment gateway
- Deploy Project