edosdigital / issues

Issue tracker repo
0 stars 0 forks source link

[FEATURE] Individual FFA scoring #33

Closed AydinE closed 8 months ago

AydinE commented 10 months ago

Is your feature request related to a problem? Please describe. Add a metadata object to team based FFA tournaments to be able to report individual player scores

Describe the solution you'd like

Describe alternatives you've considered

Additional context

Yusuf- commented 10 months ago
{
    "scores": [
        {
            "participantId": "4az1dt7mftfdh2kvz2xz8xsr4m",
            "gameNumber": 1,
            "scores": {
                "deaths": "4"
            },
            "playerScores": {
                "player1": {
                    "deaths": "4",
                    "kills": "4",
                    "draws": "4"
                },
                "player2": {
                    "deaths": "4",
                    "kills": "4",
                    "draws": "4"
                }
            }
        },
        {
            "participantId": "44y15dcf5bmb21ny8zdfx3cem8",
            "gameNumber": 1,
            "scores": {
                "deaths": "6"
            }
        }
    ]
}
EJNiones commented 8 months ago

https://gyazo.com/52395e8c93ebb36ca64103860fa87402