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