From 3508746e07869a444e367f6e5d538af91df478bf Mon Sep 17 00:00:00 2001 From: Youwen Wu <38934577+couscousdude@users.noreply.github.com> Date: Sat, 24 Feb 2024 02:12:41 -0800 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d6cd532..97a3086 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,23 @@ # Jankboard 2 -A remastered version of the original Jankboard, with a focus on minimizing the Jank portion. +A remastered version of the original Jankboard, with a focus on minimizing the Jank portion. Designed from the ground up to be easy to maintain and extend, unlike the original. The frontend is powered by Svelte 4 (unfortunately, we had to drop support for the bleeding edge Svelte 5 due to lack of Vite support). This project is closed source (for now) and licensed under a modified BSD 3.0 license. ## Current progress -- Basic UI layout 80% done -- Media player working with janky bugs -- App system working -- Camera feed probably working -- Socket IO probably working, but no code set up yet +- Basic UI layout complete +- Media player working with a few small issues +- App system working smoothly +- Camera feed likely working +- Frontend syncs basic telemetry data with robot through the same Socket-IO code that powered Jankboard v1 +- Notification service installed, with Toast and audio capability ## TODO - Camera cutout overlay -- Toasts -- Audio prompts -- Overhaul audio system -- Robot visualization -- Integrate telemetry \ No newline at end of file +- Overhaul audio player system +- Robot visualization (3D, in Threlte). +- Overhaul backend +- Further integrate telemetry (like GPWS, collision warning, etc) +- Finish re-creating / adding various voice alerts and sequences