From 4615fa7db9e04578a676c517c6ca57a939906a73 Mon Sep 17 00:00:00 2001 From: 00magikarp <94652654+00magikarp@users.noreply.github.com> Date: Fri, 23 Feb 2024 22:51:08 -0500 Subject: [PATCH] add accuracy and defense/counter notes --- scoutingapp/src/config/structure.json | 34 ++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/scoutingapp/src/config/structure.json b/scoutingapp/src/config/structure.json index a179cf8..32ff928 100644 --- a/scoutingapp/src/config/structure.json +++ b/scoutingapp/src/config/structure.json @@ -543,6 +543,35 @@ ], "id": "SubstationSpeed" }, + { + "type": "GenericDropdown", + "text": "How accurate were they with shooting at the speaker?", + "options": [ + "—", + "Very Accurate: Never/almost never missed their shots.", + "Accurate: Occasionally missed their shots.", + "Inaccurate: Often missed their shots.", + "Very Inaccurate: Always/almost always missed their shots." + ], + "id": "SpeakerAccuracy" + }, + { + "type": "GenericDropdown", + "text": "How accurate were they with shooting into the amp?", + "options": [ + "—", + "Very Accurate: Never/almost never missed their shots.", + "Accurate: Occasionally missed their shots.", + "Inaccurate: Often missed their shots.", + "Very Inaccurate: Always/almost always missed their shots." + ], + "id": "AmpAccuracy" + }, + { + "type": "GenericTextArea", + "text": "Defense/Counterdefense Notes", + "id": "DefenseCounterdefenseNotes" + }, { "type": "DarkButton", "text": "Submit", @@ -574,7 +603,10 @@ "DriverRating", "ConeIntakingSkill", "CubeIntakingSkill", - "SubstationSpeed" + "SubstationSpeed", + "SpeakerAccuracy", + "AmpAccuracy", + "DefenseCounterdefenseNotes" ] } }