From 1e0229f398a728242e8ff8acba756b9334dda5e6 Mon Sep 17 00:00:00 2001 From: Ryan Lo Date: Wed, 5 Feb 2025 22:50:56 -0500 Subject: [PATCH 1/2] added additional minor changes --- scoutingapp/src/config/structure.json | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/scoutingapp/src/config/structure.json b/scoutingapp/src/config/structure.json index 81a17d8..4def4ea 100644 --- a/scoutingapp/src/config/structure.json +++ b/scoutingapp/src/config/structure.json @@ -209,18 +209,13 @@ "text": "Did they disable?", "id": "Disabled" }, - { - "type": "GenericToggle", - "text": "Can the robot easily tip over?", - "id": "Tippiness" - }, { "type": "GenericDropdown", "text": "How tippy was their robot?", "options": [ - "Very tippy", - "moderately tippy", - "stable" + "Very Tippy", + "Moderately Tippy", + "Stable" ], "id": "StabilityRating" }, @@ -292,12 +287,10 @@ "ClimbSpeed", "EndgameNotes", "Disabled", - "Tippiness", + "StabilityRating", + "RobotStyleType", "DriverRating", "IntakeDefenseRating", - "StabilityRating", - "DefenseTime", - "DefenseSkill", "CounterDefenseSkill", "RatingNotes" ] From d39659e2c6a14b60303e70cad8b4d6f89769fbe3 Mon Sep 17 00:00:00 2001 From: Ryan Lo Date: Wed, 5 Feb 2025 22:51:49 -0500 Subject: [PATCH 2/2] removed an additional field for fields to export --- scoutingapp/src/config/structure.json | 1 - 1 file changed, 1 deletion(-) diff --git a/scoutingapp/src/config/structure.json b/scoutingapp/src/config/structure.json index 4def4ea..50d54c3 100644 --- a/scoutingapp/src/config/structure.json +++ b/scoutingapp/src/config/structure.json @@ -291,7 +291,6 @@ "RobotStyleType", "DriverRating", "IntakeDefenseRating", - "CounterDefenseSkill", "RatingNotes" ] }