Skip to content

Commit

Permalink
add qualatative section to the scouting app
Browse files Browse the repository at this point in the history
  • Loading branch information
Shilab66 committed Jan 29, 2024
1 parent f23a6f7 commit 12e8893
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions scoutingapp/src/config/structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,46 @@
"text": "Auto Notes",
"id": "AutoNotes"
},
{
"type": "GenericHeaderTwo",
"text": "Speaker Cycles"
},
{
"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": "DarkButton",
"text": "Submit",
Expand Down

0 comments on commit 12e8893

Please sign in to comment.