From e53fb5cb928819c76b79d3de592fca912d889dbd Mon Sep 17 00:00:00 2001 From: legop3 Date: Tue, 3 Mar 2026 17:44:49 -0500 Subject: [PATCH] newtodo --- plans/to-do.md | 17 +++++++++++++++++ plans/user verification outline.md | 1 + 2 files changed, 18 insertions(+) create mode 100644 plans/to-do.md diff --git a/plans/to-do.md b/plans/to-do.md new file mode 100644 index 00000000..0e5bd9c1 --- /dev/null +++ b/plans/to-do.md @@ -0,0 +1,17 @@ +1. trusted user system +2. private rovers +3. color coding with colored names and tape +4. audio forwarding + - streaming from server to rovers + - audio files first + - then voice chat +5. mobile controls column swapping (optional joystick on left) + +# pipe dreams: +1. VPS video forwarding + 1. get forwarding working with the VPS for in-queue users and spectators + 2. bandwidth testing + 3. maybe switch room cams back to real video, with audio? +2. overseer LED tesseract +3. RF based positional tracking / room map tab +4. chromecast monitor youtube search and speakers \ No newline at end of file diff --git a/plans/user verification outline.md b/plans/user verification outline.md index 238824d1..d5507f22 100644 --- a/plans/user verification outline.md +++ b/plans/user verification outline.md @@ -2,6 +2,7 @@ ## main idea - a relatively simple system to verify trusted users and allow them to use special features - uses IP, a cookie user ID, and nickname to verify people +- expose internally similar to socket.isAdmin: socket.isVerified. ## on-connect system to send user info to the server - a new system in the web UI (and server a little bit probably)