diff --git a/scoutingapp/src/config/structure.json b/scoutingapp/src/config/structure.json index f66c919..67bd6b6 100644 --- a/scoutingapp/src/config/structure.json +++ b/scoutingapp/src/config/structure.json @@ -82,14 +82,19 @@ ], "id": "StartingPosition" }, + { + "type": "GenericToggle", + "text": "Did they leave the starting zone (black line)?", + "id": "AutoLeave" + }, { "type": "GenericCheckboxSelect", - "text": "Auto Scoring Position", + "text": "Auto Scoring Side", "options": [ "Far Coral Station", "Close Coral Station" ], - "id": "ScoringPosition" + "id": "ScoringSide" }, { "type": "IncrementNumberInput", @@ -157,11 +162,6 @@ ], "id": "AutoProcessor" }, - { - "type": "GenericToggle", - "text": "Did they leave the starting zone (black line)?", - "id": "AutoLeave" - }, { "type": "GenericTextArea", "text": "Auto Notes", @@ -359,7 +359,8 @@ "DriverStation", "TeamNumber", "StartingPosition", - "ScoringPosition", + "AutoLeave", + "ScoringSide", "AutoCoralL1", "AutoCoralL2", "AutoCoralL3", @@ -367,7 +368,6 @@ "AutoBarge", "AutoProcessor", "AutoCenterline", - "AutoLeave", "AutoNotes", "TeleopCoralL1", "TeleopCoralL2",