Skip to content

Commit

Permalink
Merge pull request #28 from team4099/teleop-section
Browse files Browse the repository at this point in the history
add teleop section to the scouting app
  • Loading branch information
Shom770 authored Jan 31, 2024
2 parents 27cf688 + a2571c7 commit 58346ac
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions scoutingapp/src/config/structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,42 @@
"text": "Auto Notes",
"id": "AutoNotes"
},
{
"type": "GenericTextArea",
"text": "Auto Notes",
"id": "AutoNotes"
},
{
"type": "Spacing"
},
{
"type": "GenericHeaderTwo",
"text": "Teleop Game Pieces"
},
{
"type": "IncrementNumberInput",
"text": "Teleop Speaker Cycles",
"placeholder": [
"0"
],
"id": "TeleopSpeaker"
},
{
"type": "IncrementNumberInput",
"text": "Teleop Amp Cycles",
"placeholder": [
"0"
],
"id": "TeleopAmp"
},
{
"type": "IncrementNumberInput",
"text": "Teleop/Endgame Trap Cycles",
"placeholder": [
"0"
],
"id": "TeleopTrap"
},
{
"type": "GenericHeaderTwo",
"text": "Ratings"
Expand Down

0 comments on commit 58346ac

Please sign in to comment.