Skip to content

Commit

Permalink
Update structure.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusufa09 committed Feb 1, 2025
1 parent 53e3065 commit 5966c19
Showing 1 changed file with 26 additions and 13 deletions.
39 changes: 26 additions & 13 deletions scoutingapp/src/config/structure.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[
{
"name": "2024 Scouting App",
"description": "Team 4099: The Falcon's 2024 scouting data collection page",
"name": "2025 Scouting App",
"description": "Team 4099: The Falcon's 2025 scouting data collection page",
"components": [
{
"type": "GenericHeaderOne",
"text": "2024 Scouting App"
"text": "2025 Scouting App"
},
{
"type": "GenericHeaderTwo",
Expand Down Expand Up @@ -172,20 +172,22 @@
"id": "Parked"
},
{
"type": "GenericToggle",
"text": "Did the robot climb onto the chain?",
"type": "GenericDropdown",
"text": "Did the robot climb onto the cage?",
"options": [
"no climb",
"deep climb",
"shallow climb"
],
"id": "ClimbStatus"
},
{
"type": "GenericToggle",
"text": "If the robot climbed, did it climb onto the chain with another robot (harmonized)?",
"id": "Harmonized"
},
},

{
"type": "GenericDropdown",
"text": "How fast were they at climbing onto the chain?",
"text": "How fast were they at climbing onto the cage?",
"options": [
"Slow",
"average",
"Fast"
],
"id": "ClimbSpeed"
Expand Down Expand Up @@ -219,6 +221,16 @@
],
"id": "DriverRating"
},
{
"type": "GenericDropdown",
"text": "How tippy was their robot?",
"options": [
"Very tippy",
"moderately tippy",
"stable"
],
"id": "StabilityRating"
},
{
"type": "GenericDropdown",
"text": "How often did they defend against other robots?",
Expand Down Expand Up @@ -286,11 +298,12 @@
"TeleopNotes",
"Parked",
"ClimbStatus",
"Harmonized",

"ClimbSpeed",
"EndgameNotes",
"Disabled",
"DriverRating",
"StabilityRating",
"DefenseTime",
"DefenseSkill",
"CounterDefenseSkill",
Expand Down

0 comments on commit 5966c19

Please sign in to comment.