Skip to content

Commit

Permalink
Update forms
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanSun05 committed Mar 15, 2024
1 parent 384c82c commit 40d1b3b
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 48 deletions.
28 changes: 4 additions & 24 deletions public/assets/config-matches.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,24 +105,6 @@
"type": "spacer",
"height": 20
},
{
"name": "Defense Rating",
"type": "dropdown",
"options": [
"0 (Not Played)",
"1",
"2",
"3",
"4",
"5 (Very Effective)"
],
"col": 2
},
{
"name": "Tipped",
"type": "checkbox",
"col": 2
},
{
"name": "Assists",
"type": "spinbox"
Expand Down Expand Up @@ -153,8 +135,10 @@
"options": [
"Stage Left",
"Stage Right",
"Center Stage"
]
"Center Stage",
"None"
],
"default": 3
},
{
"name": "Harmony",
Expand All @@ -173,10 +157,6 @@
"name": "Mechanical Failures",
"type": "text"
},
{
"name": "Comments",
"type": "textarea"
},
{
"name": "Stage Positions",
"type": "heading",
Expand Down
38 changes: 18 additions & 20 deletions public/assets/config-pits.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@
{
"name": "Team Number",
"type": "number"
},
{
"name": "Drive Coach",
"type": "text"
},
{
"name": "Driver Names",
"type": "text"
}
]
},
Expand Down Expand Up @@ -73,11 +65,8 @@
"type": "dropdown",
"options": [
"No swerve",
"L1",
"L2",
"L3",
"L4",
"Invert",
"Mk 4",
"Mk 4i",
"Custom"
]
}
Expand All @@ -86,10 +75,6 @@
{
"name": "Match Play",
"widgets": [
{
"name": "Cycle Time",
"type": "number"
},
{
"name": "Can Pick Up",
"type": "multicheckbox",
Expand Down Expand Up @@ -125,14 +110,27 @@
"defaultOption": true
},
{
"name": "Preferred Pickup Location",
"name": "Preferred Scoring Location",
"type": "dropdown",
"options": [
"Ground",
"Source"
"Speaker",
"Amp",
"Trap"
],
"defaultOption": true
},
{
"name": "Cycle Time Speaker",
"type": "number"
},
{
"name": "Cycle Time Amp",
"type": "number"
},
{
"name": "Cycle Time Trap",
"type": "number"
},
{
"name": "Comments",
"type": "textarea",
Expand Down
12 changes: 8 additions & 4 deletions public/assets/config-qualitative.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"name": "Balance",
"type": "dropdown",
"options": [
"-1 (Fell over)",
"1 (Stable)",
"0 (Tipping)",
"1 (Stable)"
"-1 (Fell over)"
]
},
{
Expand Down Expand Up @@ -78,9 +78,9 @@
"name": "Broken Down",
"type": "dropdown",
"options": [
"-1 (Dead)",
"1 (Did not break)",
"0 (Component break)",
"1 (Did not break)"
"-1 (Dead)"
]
},
{
Expand All @@ -107,6 +107,10 @@
"Subwoofer",
"Other"
]
},
{
"name": "Comments",
"type": "textarea"
}
]
}
Expand Down

0 comments on commit 40d1b3b

Please sign in to comment.