osu-web icon indicating copy to clipboard operation
osu-web copied to clipboard

Multiplayer results don't return scores of users which did not play until the end

Open peppy opened this issue 3 years ago • 0 comments

Unlike playlists, it's an expectation that users which dropped out still have their scores shown on the results screen.

Currently, rooms/{roomId}/playlist/{playlistItemId}/scores/users/{userId} doesn't return any scores which were not pass.

Have briefly discussed why this occurs with @nanaya (querying is done via multiplayer_scores_high which doesn't contain rows for non-passing plays) but needs a bit of thought as to the best way to resolve. Potentially inserting rows into that table for non-pass plays.

peppy avatar Jun 15 '22 10:06 peppy