Skip to content

Commit

Permalink
Add auto starting and archetype to structure.json
Browse files Browse the repository at this point in the history
Add AutoStart (auto starting position) and RobotArchetype qualitative dropdown fields to structure.json
  • Loading branch information
SayanC4 authored Jun 28, 2024
1 parent 148973f commit e1d647d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions scoutingapp/src/config/structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,18 @@
"type": "GenericHeaderTwo",
"text": "Auto Game Pieces"
},
{
"type": "GenericDropdown",
"text": "Where did the robot start in auto?",
"options": [
"Centerline",
"Amp",
"Source",
"Speaker",
"Stage"
],
"id": "AutoStart"
},
{
"type": "IncrementNumberInput",
"text": "Auto Speaker Cycles",
Expand Down Expand Up @@ -255,6 +267,18 @@
],
"id": "CounterDefenseSkill"
},
{
"type": "GenericDropdown",
"text": "Which archetype did the robot follow?",
"options": [
"Cleaning up Notes: Mainly scored notes that were missed, passed, or left on the field.",
"Passing Notes: Mainly moved notes from the source to their alliance area.",
"Full-field Cycles: Mainly received notes from the source and scored them.",
"Source Defense: Mainly prevented the other alliance from receiving notes.",
"Subwoofer Defense: Mainly prevented the other alliance from scoring in the speaker."
],
"id": "RobotArchetype"
},
{
"type": "GenericTextArea",
"text": "Rating Notes",
Expand All @@ -274,6 +298,7 @@
"Alliance",
"DriverStation",
"TeamNumber",
"AutoStart",
"AutoSpeaker",
"AutoAmp",
"AutoCenterline",
Expand All @@ -294,6 +319,7 @@
"DefenseTime",
"DefenseSkill",
"CounterDefenseSkill",
"RobotArchetype",
"RatingNotes"
]
}
Expand Down

0 comments on commit e1d647d

Please sign in to comment.