-
Notifications
You must be signed in to change notification settings - Fork 0
/
todos.ts
47 lines (33 loc) · 1.28 KB
/
todos.ts
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
/*
! scroll bar
scrollbar-thin scrollbar-thumb-dark-gray scrollbar-track-white scrollbar-rounded-md
?success=true&sessionId=cs_test_a1aHHN3KoMjVf9UiXSlEBgci3jMtb1WVGFAoy1Vdt5ryD3BUxK01OKGGwf
! Auth :
? - fix the protected routes problem with NextAuth ???
! Home page :
? - display products
! Shop :
? - Add a shopping page :
? - Show products by searching there name
? - Implement on the sidebar a way to get products by categories
? - Add a store to save basket
? - Add product to save
! Favorites :
? - Add remove/add to favorite
? - Show favorite products :
? - backend: done
? - frontend :
? - specific product : doing
? - Favorites page:
! Product :
? - display the product
! Account
! - General Account
? - Show general account informations
! - Orders
? - Display Orders page
! Checkout
? - Add a checkout page
? - add far a the payment goes, it's returning the page to /checkout/success=true&sessionId={CHECKOUT_SESSION_ID} you just have to add more
? things like to save the session in the database and remove clear the basket
*/