From 0dba7fd8cfdfe21da3cf8ddfdcecb7d3337e9163 Mon Sep 17 00:00:00 2001 From: Kristy Fournier Date: Wed, 21 Jan 2026 20:05:39 -0500 Subject: [PATCH] Added to wishlist websockets for playlist to send updates without full refresh --- wishlist.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wishlist.md b/wishlist.md index bd525f7..9fb170c 100644 --- a/wishlist.md +++ b/wishlist.md @@ -22,4 +22,8 @@ - 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. \ No newline at end of file + - All of this is very hackable without a server-side login. +- [ ] Websockets / some method of updating the time remaining to any client on the playlist screen + * currently the screen just grabs the "elapsed time" once when it is loaded + * websockets can re-update clients + * not actually sure if i can CORS-socket but we're sure gonna try \ No newline at end of file