Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 622 Bytes

TODO.md

File metadata and controls

13 lines (8 loc) · 622 Bytes

TODO before production:

[] Make sure ports are set correctly, because starting backend before frontend breaks things.

[] Sort by character frequency, obtained here: https://lingua.mtsu.edu/chinese-computing/statistics/char/list.php?Which=MO

[] Fix login and registration. Make it actually secure. [] Write tests for logins with multiple users [] Persist login between sessions. [] Make email save to database, so I can definitely never send email to anybody who gives me their email address

[] make docker-compose up run everything as multiple containers... so it's nice and easy to deploy on a server