mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-10 13:44:27 +08:00
987 B
987 B
-
Transfer leaderboard and other cloud functions
-
Reverse list of results on account page
-
spinning wheel on account page should dissapear after data is loaded
-
Account data should be updated when new result is added/test completed
-
Add email verification
-
Tests started and completed doesn't increment when quitting a running test
-
Joined date doesn't look the same as it did before
-
Personal bests items should not be arrays
- should be objects that are set on new pb
-
Move user data to localstorage instead of cookies
-
Result is duplicated in analytics
-
Should results be moved to a seperate collection
- Does the entire test need to be in the analytics collection?
-
make sure refresh token won't expire
- make refresh token expire after session if don't remeber me is set?
-
Keep jwt and refresh in cookies?
-
-
Get somebody else to check over security due to my lack of expertise
-
Investigate and improve efficiency after mongo merge or during review