17 lines
486 B
Markdown
17 lines
486 B
Markdown
# Backend
|
|
|
|
-[x] Migrate to sqlx as backend database queryer
|
|
-[ ] Allow Private Accounts
|
|
-[x] Secrets to authenicate that its the user
|
|
|
|
# Frontend
|
|
|
|
-[ ] Make js api asynchronous
|
|
-[ ] Hash passwords on front end so server plaintext password is never sent over the internet
|
|
-[x] Use secret to uniquely identify
|
|
-[x] Scrollbars
|
|
-[ ] Change Color Scheme
|
|
-[ ] Be able to view others accounts
|
|
-[ ] Username gets cut off if too long
|
|
-[ ] Validate username length
|
|
-[ ] Test caret doesn't keep up |