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

Create a collection which contains documents that have all the pointsets for each edition #58

Open
Bongo9911 opened this issue Oct 12, 2021 · 1 comment

Comments

@Bongo9911
Copy link
Owner

No description provided.

@Bongo9911
Copy link
Owner Author

Bongo9911 commented Oct 12, 2021

It'll have an object for converting between country and user names, and then an array like this:

pointsets: [
  {
    1: { //semi 1
      internal: {
        country: "COUNTRY NAME"
        points: [] //Array with list of countries awarded to from 1-12.
      }
      external: {
        //Same as internal
      }
    }
  }
]

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