Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more categories for failure #8

Open
TheAnnalyst opened this issue Jan 22, 2022 · 0 comments
Open

Add more categories for failure #8

TheAnnalyst opened this issue Jan 22, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@TheAnnalyst
Copy link
Member

Per Team 5940 scouting leadership we should track robots that don't show up or have communication issues, in addition to robots that have mechanical or electrical failures (borked) and robots that must be disabled (emergencyStopped).

This will involve modifying SQL schemas (database migrations of some sort), but the MatchData code to be modified is as follows:

export interface MatchData {
fouls: Fouls;
cards: Cards;
emergencyStopped: boolean;
borked: boolean;
nonPieceTrackerRankingPoints: number;
pointsFromFouls: number;
bonusPoints: number;
crossedStartLineInAuto: boolean;
}

@TheAnnalyst TheAnnalyst added the enhancement New feature or request label Jan 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant