maofalt / Transcendence

4 stars 0 forks source link

Add data for player stats #253

Closed coisu closed 6 months ago

coisu commented 6 months ago

Before i simlpy retruned played_tournaments which has requested user as players.(even the tournament hasn't been started) but now i only return the tournament that player actually played or playing.

and 'created_at' 'winner' data included

"played_tournaments": [ { "id": 3, "tournament_name": "TEST_3", "created_at": "2024-04-08T16:53:23.310995Z", "winner": "TBD" }, { "id": 7, "tournament_name": "TEST_7", "created_at": "2024-04-08T16:53:23.408331Z", "winner": "yoel" },