Skip to content

Commit

Permalink
Reordered the auto fields
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingMaster121 committed Feb 8, 2025
1 parent cb85e15 commit 57cbd0f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions scoutingapp/src/config/structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -157,11 +162,6 @@
],
"id": "AutoProcessor"
},
{
"type": "GenericToggle",
"text": "Did they leave the starting zone (black line)?",
"id": "AutoLeave"
},
{
"type": "GenericTextArea",
"text": "Auto Notes",
Expand Down Expand Up @@ -359,15 +359,15 @@
"DriverStation",
"TeamNumber",
"StartingPosition",
"ScoringPosition",
"AutoLeave",
"ScoringSide",
"AutoCoralL1",
"AutoCoralL2",
"AutoCoralL3",
"AutoCoralL4",
"AutoBarge",
"AutoProcessor",
"AutoCenterline",
"AutoLeave",
"AutoNotes",
"TeleopCoralL1",
"TeleopCoralL2",
Expand Down

0 comments on commit 57cbd0f

Please sign in to comment.