-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirement.txt
executable file
·44 lines (36 loc) · 1000 Bytes
/
requirement.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
main site:
home
product listing
single product
show detail
add to cart
cart
checkout
checkout success
dashboard:
auth
login
signup
forget password
index
all link in dashboard
product
product listing
product/12
product edit
product/new
new product
product/delete/12
order
order listing
order/12
order edit
bugs
signup submit show 500 error //done
dashboard add product show sql error //done
image upload feature is missing
after add product submit redirect to edit page for same product //done
dasshboard product listing order by date and latest product come first //done
order listing shows only order details like name, how many product, quantity,date, status and total price and option for view //done
order details page show products listing in order and option for status //done
learning git