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

RFC: Competition / event results #228

Open
avivace opened this issue Feb 6, 2024 · 1 comment
Open

RFC: Competition / event results #228

avivace opened this issue Feb 6, 2024 · 1 comment
Labels

Comments

@avivace
Copy link
Sponsor Member

avivace commented Feb 6, 2024

How could we save the ranking/position/category of an entry in a specific competition?

@avivace avivace added the schema label Feb 6, 2024
@dag7dev
Copy link
Contributor

dag7dev commented Mar 19, 2024

Using the description field, unless we're interested in preserving the compos too (like what pouet.org does). In the second case, I would find out first a way to represent compos and for each compo add a "winner" field in which ids would appear.

Something like

/* compos.json */
{
"name": "Compo 2024",
"participants": [2, 49, 929, 29, 38, 48],
"winners": [38, 48, 2]
"year": 2024,
"organizer": 3 (or name of the organizers, e.g. Bung)
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants