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

Data structure #11

Open
pedrogneri opened this issue Jul 3, 2019 · 0 comments
Open

Data structure #11

pedrogneri opened this issue Jul 3, 2019 · 0 comments

Comments

@pedrogneri
Copy link
Member

pedrogneri commented Jul 3, 2019

Institution:

{
  "name": "...",
  "email": "...",
  "password": "...",
  "events_id": [
    "..."
  ]
}

Event:

{
  "name": "...",
  "modalities": [
    {
      "name": "...",
      "genders": [
        {
          "name": "...",
          "teams": [
            {
              "name": "...",
              "tag": "...",
              "group": 0,
              "score": {
                "points": 0,
                "balance": 0,
                "ownPoints": 0,
                "againstPoints": 0,
                "fouls": 0
              }
            }
          ],
          "matches": [
            {
              "teams": [
                "..."
              ],
              "scores": [
                {
                  "points": 0,
                  "balance": 0,
                  "ownPoints": 0,
                  "againstPoints": 0,
                  "fouls": 0
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
@pedrogneri pedrogneri changed the title Estrutura de dados Estrutura de dados do evento Jul 3, 2019
@pedrogneri pedrogneri changed the title Estrutura de dados do evento Estrutura de dados Jul 3, 2019
@pedrogneri pedrogneri changed the title Estrutura de dados Data structure Oct 16, 2019
@gerecoteco gerecoteco deleted a comment from PraveenMathew92 Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant