Closed roshanr10 closed 6 years ago
General format, not including game-specific data.
{
"event_match_key": "MAREA_SF2M2",
"alliance": "red",
"scouted_team": "4909",
"scouted_by": "3467",
"scout_intials": "AR",
"brownout": false,
"foul": false,
"red_card": false,
"yellow_card": false
}
The Match data will be stored in the hosted CouchDB server. Currently, the section Scout Input Interface Design from the README details more on exactly what metrics will be stored. The way the match type and number are stored is open to debate as it's tricky to make that easy from both a code and and end-user standpoint.
I'd like for a JSON document to be posted here detailing how all that data will be broken down.