update wishlist

This commit is contained in:
Kristy Fournier 2026-01-21 16:00:47 -05:00
parent ab09058c3d
commit ded406abcd
2 changed files with 8 additions and 5 deletions

3
.gitignore vendored
View file

@ -1,3 +1,4 @@
server/sound/ server/sound/
*.db *.db
start.bat start.bat
.env

View file

@ -6,12 +6,14 @@
- [ ] Update the SQL -> Server -> Client pipeline when searching and building playlist - [ ] Update the SQL -> Server -> Client pipeline when searching and building playlist
- [ ] Verify all if-else sequences are correct and not redundant - [ ] Verify all if-else sequences are correct and not redundant
- [x] Remove old comments - [x] Remove old comments
- [ ] Secure Password - [ ] Security Updates
* Actually use SSL for stuff that should be using it - [ ] `.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 - [ ] GUI update for client
- [x] Playlist items look cleaner - [x] Playlist items look cleaner
- [ ] Google material design?? - [x] Dark mode
- [ ] Dark mode? - [ ] Google material design (Not sure I want this anymore)
- [ ] New Icons - [ ] New Icons
- [ ] "Credit" system so each client can only add a set number of songs - [ ] "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 - Based on time period, number in queue, other possible ideas for credits