team4909 / 2018-Core

2018 Scouting Platform
MIT License
10 stars 3 forks source link

Design Match Entry Document #26

Closed roshanr10 closed 6 years ago

roshanr10 commented 6 years ago

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.

roshanr10 commented 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
}