From ded406abcde6d205382f93ea2fd858f397dda7ec Mon Sep 17 00:00:00 2001 From: Kristy Fournier Date: Wed, 21 Jan 2026 16:00:47 -0500 Subject: [PATCH] update wishlist --- .gitignore | 3 ++- wishlist.md | 10 ++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 49c6f73..3920035 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ server/sound/ *.db -start.bat \ No newline at end of file +start.bat +.env \ No newline at end of file diff --git a/wishlist.md b/wishlist.md index c207fcf..6898fbf 100644 --- a/wishlist.md +++ b/wishlist.md @@ -6,12 +6,14 @@ - [ ] Update the SQL -> Server -> Client pipeline when searching and building playlist - [ ] Verify all if-else sequences are correct and not redundant - [x] Remove old comments -- [ ] Secure Password - * Actually use SSL for stuff that should be using it +- [ ] Security Updates + - [ ] `.env` file for the api keys and other runtime info to be set, rather than in the `.py` files + - [ ] Hashing rather than plaintext sending (that way at least the password text itself stays private) + - [ ] Actually use SSL, for posting (CORS seems like an issue) - [ ] GUI update for client - [x] Playlist items look cleaner - - [ ] Google material design?? - - [ ] Dark mode? + - [x] Dark mode + - [ ] Google material design (Not sure I want this anymore) - [ ] New Icons - [ ] "Credit" system so each client can only add a set number of songs - Based on time period, number in queue, other possible ideas for credits