CS-Coursework/TODO.md

17 lines
486 B
Markdown
Raw Permalink Normal View History

2023-09-04 21:01:22 +01:00
# Backend
2023-09-04 21:01:22 +01:00
-[x] Migrate to sqlx as backend database queryer
-[ ] Allow Private Accounts
-[x] Secrets to authenicate that its the user
2023-09-04 21:01:22 +01:00
# Frontend
2023-09-04 21:01:22 +01:00
-[ ] 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
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