From acc9ae50e3d87c56dc1da152c3835f891a2ca406 Mon Sep 17 00:00:00 2001 From: Prohurtz <48768484+RedHawk989@users.noreply.github.com> Date: Thu, 10 Aug 2023 11:43:30 -0500 Subject: [PATCH] docs: update roadmap --- vitepress/docs/src/static/dev_roadmap/index.ts | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/vitepress/docs/src/static/dev_roadmap/index.ts b/vitepress/docs/src/static/dev_roadmap/index.ts index 7a86817..ec34e8c 100644 --- a/vitepress/docs/src/static/dev_roadmap/index.ts +++ b/vitepress/docs/src/static/dev_roadmap/index.ts @@ -12,20 +12,23 @@ const Completed: IDevRoadMap = { { label: 'Better documentation over things (setup, wiring etc.)' }, { label: 'Setup dynamic WiFi credentials at runtime' }, { label: 'OTA using Platformio' }, + { label: 'Auto threshold\'s' }, + { label: 'New LED Power regulator board (V4)' }, + { label: 'New IR LED PCB (only for the power reg board) (V4)' }, ] } const InProgress: IDevRoadMap = { state: false, object: [ - { label: 'Variable eye openness tracking' }, + { label: 'Variable eye openness tracking (being improved)' }, { label: 'Release of V1 to the masses' }, { label: 'Auto ROI cropping' }, - { label: 'Auto threshold\'s' }, { label: 'Setup flashing of ESPs through anything other than VSC' }, { label: 'New GUI' }, - { label: 'Power regulator board' }, - { label: 'New IR LED PCB (only for the power reg board)' }, + { label: 'New backend for GUI' }, + { label: 'V5 hardware (focus on wired usage)' }, + ] } @@ -33,9 +36,9 @@ const InProgress: IDevRoadMap = { const Planned: IDevRoadMap = { state: false, object: [ - { label: 'Support for binary parameters' }, - { label: 'Dynamic foveated rendering via OpenXR (not a guarantee)' }, - { label: 'Custom ESP-CAM boards' }, + { label: 'HELP NEEDED: Dynamic foveated rendering via OpenXR (not a guarantee)' }, + { label: 'HELP NEEDED: 3D point calibration via OpenXR/SteamVR overlay' }, + { label: 'Custom cam boards/cameras?' }, ] }