PartyJukebox/wishlist.md
Kristy Fournier e08e9cbcca Fixed a bunch of bugs to make adminpass complete
also added a bunch of comments and a new item design (css) that i'm probably going to undo
2025-10-06 12:47:58 -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
    • 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 also very hackable without a server-side login.