You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
}
How could we save the ranking/position/category of an entry in a specific competition?
The text was updated successfully, but these errors were encountered: