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
Player statistics endpoints should return based on the type of value, as currently they always just return the sum of all values, which is not useful for values such as shortest time. The type column of the player_statistics and game_statistics tables stores how the value should be formatted, it just needs to be handled properly, either in SQL or in the rust code
The text was updated successfully, but these errors were encountered:
Player statistics endpoints should return based on the type of value, as currently they always just return the sum of all values, which is not useful for values such as shortest time. The
type
column of theplayer_statistics
andgame_statistics
tables stores how the value should be formatted, it just needs to be handled properly, either in SQL or in the rust codeThe text was updated successfully, but these errors were encountered: