-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsh-main.TODO
85 lines (44 loc) · 1.64 KB
/
sh-main.TODO
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
Total:
# bugs:
✔ Refreshing deletes the auth; It actually didn't update the isAuth redux state @done(24-08-10 18:56)
✔ todo data is shared! @done(24-08-10 18:35)
✔ if re password not matching, no error is given @done(24-08-10 18:34)
☐ 26sd: return doesn't show error on FE; but response is received, use toast
☐ password shouldn't show in network tab's req payload
# problem:
# important:
☐ Build and run for production
☐ security
- Remember inline TODOs
# design:
# techstack:
☐ Drizzle / Prisma ORM
# ideas:
☐ registering should login user automatically
# refactor:
# testing:
# performance:
# security:
✔ salting check in backend. @done(23-11-28 19:50)
☐ add JSDoc
☐ add ESLint
☐ github security
☐ dependabot
☐ helmet
✔ a0b1: add check to block expired token @done(24-08-10 18:37)
# misc:
✔ add new GH Release @done(23-11-28 19:50)
# docs & reference:
PERN-Store:
- https://github.com/dhatGuy/PERN-Store
- D:\Shahul\test-codes\fullstack\PERN-Store
- D:\Shahul\test-codes\fullstack\youtube-pern-auth
- https://chatgpt.com/c/28b15049-6b86-4b6c-a79a-9aa206a4c7cb
- D:\Shahul\test-codes\fullstack\react-nodejs-todo-list
- D:\Shahul\test-codes\fullstack\Traversy\proshop_mern # has pagination in backend etc
- https://github.com/bradtraversy/mern-auth/blob/master/backend/controllers/userController.js
- https://www.prisma.io/docs/orm/more/migrating-to-prisma/migrate-from-sequelize
# symbols:
- (+) - already mentioned in code inline
- (?) -
# Gist link: