Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 4 additions & 25 deletions assets/games/2025.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
"required": true,
"type": "text"
},
{
"name": "Event",
"choices": ["Niagara", "North Bay", "DCMP"],
"required": true,
"type": "radio"
},
{
"name": "Alliance Station",
"choices": ["Red 1", "Red 2", "Red 3", "Blue 1", "Blue 2", "Blue 3"],
Expand All @@ -37,7 +31,7 @@

"Autonomous": [
{
"name": "Crossed Starting Line",
"name": "Moved in Auto",
"type": "bool"
},
{
Expand All @@ -60,12 +54,6 @@
"name": "Auto # of Coral Dropped",
"type": "counter"
},
{
"name": "Auto Coral Pickup Location",
"type": "radio",
"required": true,
"choices": ["Floor", "Human Player Sation", "Both"]
},
{
"name": "Auto # of Algae Removed from Reef",
"type": "counter"
Expand Down Expand Up @@ -109,10 +97,6 @@
"name": "TeleOp Coral Dropped",
"type": "counter"
},
{
"name": "TeleOp Coral Pickup Location",
"type": "counter"
},
{
"name": "TeleOp Algae Harvested from Reef",
"type": "counter"
Expand Down Expand Up @@ -142,7 +126,7 @@
"name": "Ending Position",
"type": "radio",
"required": false,
"choices": ["None", "Parked", "High Climb", "Low Climb"]
"choices": ["None", "Parked", "Deep Cage (low)", "Shallow Cage (high)"]
}
],

Expand All @@ -152,23 +136,18 @@
"name": "Defence Rating",
"type": "radio",
"required": true,
"choices": ["1", "2", "3", "4", "5", "N/A"]
"choices": ["N/A", "1", "2", "3", "4", "5"]
},
{
"name": "Ability to withstand defence",
"type": "radio",
"required": true,
"choices": ["1", "2", "3", "4", "5", "N/A"]
"choices": ["N/A", "1", "2", "3", "4", "5"]
},
{
"name": "Did they die during the match?",
"type": "bool"
},
{
"name": "Main Cycle",
"type": "text",
"required": false
},
{
"name": "Comments",
"type": "text",
Expand Down
23 changes: 14 additions & 9 deletions assets/pit/2025.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
"required": false,
"type": "number"
},
{
"name": "Weight (lbs)",
"required": false,
"type": "text"
},
{
"name": "Drivetrain type",
"choices": ["Swerve", "Tank", "Butterfly/Grasshopper", "Mecanum", "Other"],
Expand All @@ -27,22 +22,32 @@
"type": "text"
},
{
"name": "Where can you pick up from?",
"name": "Do you have auto? If so what can you do?",
"required": false,
"type": "text"
},
{
"name": "Can you score coral? If so what levels?",
"required": false,
"type": "text"
},
{
"name": "Where can you pick up coral?",
"required": false,
"type": "text"
},
{
"name": "Autos",
"name": "Can you harvest algae from the reef?",
"required": false,
"type": "text"
},
{
"name": "Where can they score?",
"name": "Can you score algae in the barge/processor?",
"required": false,
"type": "text"
},
{
"name": "Endgame: Can they climb?",
"name": "Can you climb? If so, which level?",
"required": false,
"type": "text"
},
Expand Down
3 changes: 3 additions & 0 deletions devtools_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
description: This file stores settings for Dart & Flutter DevTools.
documentation: https://docs.flutter.dev/tools/devtools/extensions#configure-extension-enablement-states
extensions:
Loading
Loading