Scouting: Add button for docked/engaged attempt
Signed-off-by: Emily Markova <emily.markova@gmail.com>
Change-Id: If69eb7bf08dbcd73f35fe4e05f3e8c9594a50332
diff --git a/scouting/db/db.go b/scouting/db/db.go
index 1ea8310..718711c 100644
--- a/scouting/db/db.go
+++ b/scouting/db/db.go
@@ -38,8 +38,9 @@
LowCubes, MiddleCubes, HighCubes, CubesDropped int32
LowCones, MiddleCones, HighCones, ConesDropped int32
AvgCycle int64
- DockedAuto, EngagedAuto bool
- Docked, Engaged bool
+ DockedAuto, EngagedAuto, BalanceAttemptAuto bool
+ Docked, Engaged, BalanceAttempt bool
+
// The username of the person who collected these statistics.
// "unknown" if submitted without logging in.
// Empty if the stats have not yet been collected.