odota / web

React web interface for the OpenDota platform
https://www.opendota.com
MIT License
1.09k stars 394 forks source link

Add "Fantasy Points" category to the records page #2061

Open davejkish opened 5 years ago

davejkish commented 5 years ago

Among the records to sort by (kills, deaths, etc), add a Fantasy points filter.

image

howardchung commented 5 years ago

This one's a bit tricky because it's computed on the fly from other stats, so it's not stored in the database. To get the old data we'd need to compute and backfill it. This might be more feasible now that I don't think Valve plans to update the fantasy points formula.