Vanawy / tm-run-history

https://openplanet.dev/plugin/runhistory
MIT License
2 stars 0 forks source link

Track the leaderboard position that a run would have been #9

Open TNTreee opened 1 year ago

TNTreee commented 1 year ago

It can be useful to see what rank a run would have been, even though it was slower than your PB. thus, Run History should display rank as well as delta.

TNTreee commented 1 year ago

If this is added you would need to make it toggleable, and also probably make delta time togglable

Vanawy commented 1 year ago

If this is added you would need to make it toggleable, and also probably make delta time togglable

Yeah, if i will add it. I will make table layout customizable so you can switch on columns you want :+1:

Vanawy commented 1 year ago

From Discord:

XertroV β€” Today at 4:11 PM

you need to call the surround API from an account that hasn't got a PB on that track. I have a route on map-monitor that will do this, but it's expensive since each call requires an API call back to nadeo. The route is https://map-monitor.xk.io/map///refresh

vanawy β€” Today at 4:19 PM

Sounds slow πŸ˜” I’m not sure if it’s worth it. Thanks for the insight

vanawy β€” Today at 4:24 PM

Is this call used to determine place of personal best?:Nerdge:

XertroV β€” Today at 4:28 PM

i think so, it returns your PB rank if you request a score worst than your PB (from memory, not 100% sure on that, anyway it's important that the requesting account does not have a PB if you want an accurate result, which makes the players account not very useful)