CS-Coursework/TODO.md

15 lines
484 B
Markdown
Raw Normal View History

2023-09-04 21:01:22 +01:00
# Backend
-[x] Migrate to sqlx as backend database queryer
-[ ] Allow Private Accounts
-[ ] 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
-[ ] Use secret to uniquely identify
2023-09-05 08:52:28 +01:00
-[x] Scrollbars
2023-09-04 21:01:22 +01:00
-[ ] Change Color Scheme
2023-09-05 08:52:28 +01:00
-[ ] Be able to view others accounts
-[ ] Username gets cut off if too long
-[ ] Validate username length
-[ ] Test caret doesn't keep up