Skip to content

Commit

Permalink
Update pit scouting
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanSun05 committed Feb 26, 2024
1 parent 00b020c commit f4d351e
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions public/assets/config-pits.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
{
"name": "Team",
"widgets": [
{
"name": "Team Name",
"type": "text"
},
{
"name": "Team Number",
"type": "number"
Expand Down Expand Up @@ -60,7 +64,8 @@
"options": [
"Neo",
"Falcon",
"Cim"
"Cim",
"Kraken"
]
},
{
Expand All @@ -72,8 +77,7 @@
"L2",
"L3",
"L4",
"Neo",
"Falcon",
"Invert",
"Custom"
]
}
Expand Down Expand Up @@ -120,6 +124,15 @@
],
"defaultOption": true
},
{
"name": "Preferred Pickup Location",
"type": "dropdown",
"options": [
"Ground",
"Source"
],
"defaultOption": true
},
{
"name": "Comments",
"type": "textarea",
Expand Down

0 comments on commit f4d351e

Please sign in to comment.