We want to store the history of our participation in various programming competitions in a JSON file, maybe on data/competitions.json (feel free to suggest a file name).
However, I'm still unsure on the data structure. Feel free to discuss. In my mind, we may want to store the competition name, where and when it took place, the team list participating in both preliminary and final stages, and the members' IDs (see #7).
{
"name": "ACM-ICPC Multi-Provincial Mikroskil 2015"
// ... dunno. Please discuss here in this issue first.
}