From fc391a9d8bdae2bac1d8338cbd63548d38a30f36 Mon Sep 17 00:00:00 2001 From: legop3 Date: Wed, 19 Nov 2025 14:30:40 -0500 Subject: [PATCH] documentation --- .../authentication_and_access_control.md | 0 .../battery_manager_outline.md | 4 ++-- battle_mode.md => plans/battle_mode.md | 0 .../new_video_pipeline.md | 0 outline.md => plans/outline.md | 0 .../pi_camera_servo_outline.md | 0 problems.md => plans/problems.md | 14 ++++++++------ .../react_ui_controls_system_outline.md | 0 .../server_client_structure.md | 0 .../ui_styling_overhaul_outline.md | 0 10 files changed, 10 insertions(+), 8 deletions(-) rename authentication_and_access_control.md => plans/authentication_and_access_control.md (100%) rename battery_manager.md => plans/battery_manager_outline.md (90%) rename battle_mode.md => plans/battle_mode.md (100%) rename new_video_pipeline.md => plans/new_video_pipeline.md (100%) rename outline.md => plans/outline.md (100%) rename pi_camera_servo_outline.md => plans/pi_camera_servo_outline.md (100%) rename problems.md => plans/problems.md (72%) rename react_ui_controls_system_outline.md => plans/react_ui_controls_system_outline.md (100%) rename server_client_structure.md => plans/server_client_structure.md (100%) rename ui_styling_overhaul_outline.md => plans/ui_styling_overhaul_outline.md (100%) diff --git a/authentication_and_access_control.md b/plans/authentication_and_access_control.md similarity index 100% rename from authentication_and_access_control.md rename to plans/authentication_and_access_control.md diff --git a/battery_manager.md b/plans/battery_manager_outline.md similarity index 90% rename from battery_manager.md rename to plans/battery_manager_outline.md index 02bbc91b..0f442d36 100644 --- a/battery_manager.md +++ b/plans/battery_manager_outline.md @@ -1,6 +1,6 @@ # general idea - uses the rover's reported battery full, warn, and urgent values -- will apply to all rovers +- will apply to all rovers individually - uses the rover locking system - completely server side - always use the battery warn value as 0% battery and the full value as 100% @@ -19,7 +19,7 @@ ## while we're at it... - add a lock reason to the rover locking system -- add the following to the rover roster in the UI state message: +- add the following to the rover roster in the UI session state: - battery full # - battery warn # - battery urgent # diff --git a/battle_mode.md b/plans/battle_mode.md similarity index 100% rename from battle_mode.md rename to plans/battle_mode.md diff --git a/new_video_pipeline.md b/plans/new_video_pipeline.md similarity index 100% rename from new_video_pipeline.md rename to plans/new_video_pipeline.md diff --git a/outline.md b/plans/outline.md similarity index 100% rename from outline.md rename to plans/outline.md diff --git a/pi_camera_servo_outline.md b/plans/pi_camera_servo_outline.md similarity index 100% rename from pi_camera_servo_outline.md rename to plans/pi_camera_servo_outline.md diff --git a/problems.md b/plans/problems.md similarity index 72% rename from problems.md rename to plans/problems.md index 4c32cbb5..63751f20 100644 --- a/problems.md +++ b/plans/problems.md @@ -1,4 +1,4 @@ -## server -> client comms +## raspberry pi - need to throttle sensor sending, maybe only send one in every 5 packets. ## 3d models for camera: @@ -10,8 +10,10 @@ - video does not load in spectator page in admin mode ## todo -- nicknames -- discord bot -- turns display -- discord link -- \ No newline at end of file +1. battery manager +2. room cameras +3. nicknames +4. discord bot +5. turns mode display +6. chat +7. redo spectator view (last) \ No newline at end of file diff --git a/react_ui_controls_system_outline.md b/plans/react_ui_controls_system_outline.md similarity index 100% rename from react_ui_controls_system_outline.md rename to plans/react_ui_controls_system_outline.md diff --git a/server_client_structure.md b/plans/server_client_structure.md similarity index 100% rename from server_client_structure.md rename to plans/server_client_structure.md diff --git a/ui_styling_overhaul_outline.md b/plans/ui_styling_overhaul_outline.md similarity index 100% rename from ui_styling_overhaul_outline.md rename to plans/ui_styling_overhaul_outline.md