PartyJukebox/wishlist.md
Kristy Fournier dcfe7115fa Playlist items text is spaced not stupidly
Playlist Items look like not garbage now
I gave them a giant margin and forgot about it. should be good now
the item holders have padding instead for the edges
2025-10-07 16:36:06 -04:00

1 KiB

Wishlist

Features I would like to add, will be completed in any order

  • Admin password
    • Allows restricting certain features and changing permissions on the fly on the client
  • Refactoring existing code
    • Update the SQL -> Server -> Client pipeline when searching and building playlist
    • Verify all if-else sequences are correct and not redundant
    • Remove old comments
  • Secure Password
    • Actually use SSL for stuff that should be using it
  • GUI update for client
    • Playlist items look cleaner
    • Google material design??
    • Dark mode?
    • 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
    • Without a login system there's no easy way to give credits to specific clients (and a login is beyond scope of what I want to do)
      • Potentially a "redemption code" system, which can be tracked client side
    • All of this is very hackable without a server-side login.