Howard Chung
Howard Chung
That's true, I forgot we compute it in that section. I'm guessing this was what was asked for.
The problem is it won't be backfilled in Cassandra for old matches so the records would only be from now on
Sure, feel free to submit a PR.
We could do this on the backend, the Dota 2 GC returns this data. we'd probably just want to store in a separate postgres table and then update the UI...
Hmm, I'm not sure if it would be super accurate to try to calculate a composite scores since these metrics aren't always related or of equal importance. If someone wants...
The teamfight death position is based on the hero position at the time of death (same second). It's currently not saved for each hero death (although it could be added)....
You can iterate over the teamfights array in each match data blob to find the deaths in each teamfight. killed_by is an object, not an array, so it might make...
This endpoint: https://docs.opendota.com/#tag/matches%2Fpaths%2F~1matches~1%7Bmatch_id%7D%2Fget
Looks like it's trying to make a request to /explorer?minDate=2018-08-01T13%3A03%3A40.498Z which it's not finding
Do you want to investigate further?