-
Notifications
You must be signed in to change notification settings - Fork 0
/
todoFile.txt
47 lines (35 loc) · 1.68 KB
/
todoFile.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
Server
------------
Super Complex (2hrs+):
- Maybe implement time to live logic for backend session with a lastAccessed variable in the session object and a setTimeout
- Add auth using google, facebook nad the rest
- When they sign up do email verification
Complex (1hr):
- Find out why the app is crashing and not sending info to client after crash
- Fix the session expiring
- Switch mongo query type from findOneAnd___ to normal type since returnOriginal parameter will soon be deprecated
Medium (30mins):
- Make sure the user does not upload profile images larger than 300 x 300
- Make sure there is transformation before saving user image in profileRoutes
- Make sure user cannot change startingcapital to 0
Easy(15mins):
Client:
----------
Super Complex (2hrs+):
Complex (1hr):
- implement useMemo for the dependencies in login useEffect
- Deal with printing responsive charts on resize of screen
- Make sure the browser gets the up to date pictures instead of old cached ones
- Seems like each journal will have it's own currency type
- Convert all pages not in the main app itself to be static pages, while the main app uses
react
Medium (30mins):
- Fix the showTradeList and CollapseTrades states in trade section
- Fix the currency thing so that the correct currency shows based on user preferences,
currency list is already in config.js
- Make the page go to the top when changing pages
- Make it that when a journal balance is 0 you cannpt create any more trades
- Implement journal borrowing
Easy(15mins):
- Add icons to the modals
- Create own select component