osu-web
osu-web copied to clipboard
Add `is_aborted` property to match data
I checked the data and there is no property to check if a single game from match is aborted or not. In order to check whether is aborted or not, I have to compare the difference between the start time and the end time with the beatmap length.
For this, I propose an is_aborted
property. As lazer has same functionality, I guess it would be better to add.
it doesn't look like this is stored anywhere, so there would still need to be some way to calculate it based on the other data, for past matches at least.
also, what do you mean by "lazer has same functionality"? I don't see a similar field anywhere
what do you mean by "lazer has same functionality"? I don't see a similar field anywhere
I mean, lazer has also "Abort the match" feature on multiplayer
as @cl8n said, this isn't stored anywhere, also I'm not sure if the component that handles this even makes any distinction between aborted plays and failing scores? @peppy
Currently there's no distinction. We could add this but probably not until there's enough reason to (enough other things to do instead).