Skip to content

Commit

Permalink
Merge pull request #29 from team4099/2024-endgame-section
Browse files Browse the repository at this point in the history
Added endgame part of form
  • Loading branch information
Shom770 authored Jan 31, 2024
2 parents 58346ac + fe47136 commit 55fa96c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions scoutingapp/src/config/structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,27 @@
],
"id": "TeleopTrap"
},
{
"type": "GenericHeaderTwo",
"text": "Endgame"
},
{
"type": "GenericRadioSelect",
"text": "Climb Speed",
"options": ["Slow", "Fast"],
"id": "ClimbSpeed"
},
{
"type": "GenericRadioSelect",
"text": "Climb Status",
"options": ["Did not climb on chain", "Climbed on chain"],
"id": "ClimbStatus"
},
{
"type": "GenericToggle",
"text": "Is the robot harmonizing with another one?",
"id": "Harmonized"
}
{
"type": "GenericHeaderTwo",
"text": "Ratings"
Expand Down Expand Up @@ -202,6 +223,9 @@
"AutoAmp",
"AutoLeave",
"AutoNotes",
"ClimbSpeed",
"ClimbStatus",
"Harmonized",
"Disabled",
"DriverRating",
"DefenseTime",
Expand Down

0 comments on commit 55fa96c

Please sign in to comment.