update wishlist
This commit is contained in:
parent
ab09058c3d
commit
ded406abcd
2 changed files with 8 additions and 5 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
||||||
server/sound/
|
server/sound/
|
||||||
*.db
|
*.db
|
||||||
start.bat
|
start.bat
|
||||||
|
.env
|
||||||
10
wishlist.md
10
wishlist.md
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue