Results 335 comments of Howard Chung

We can start with it public and then add restrictions on it as needed. I think it's fine as long we label the data clearly as self-reported. On the server-side...

This is due to an issue with data collection post-patch which has created some incorrect data, see https://github.com/odota/web/issues/1790

You can submit translations at https://translate.opendota.com (admittedly we have not merged translations in a while)

If we don't have a performance/load time issue then we don't necessarily have to do this. However, if we want to make the tooltips available in multiple languages, we will...

Did a quick check, abilities data is currently about 720KB uncompressed and 120KB compressed. As of this writing the compressed bundle size is 923KB, so this is a pretty significant...

Doing this will also enable translated data, since the client can just request data in the desired language.

status update: done for abilities, not done for heroes/items at this point

We can add a database table to track rank history and check it for deltas on each rank check. However I don't think there's a reliable way to determine season...

Yeah, that is probably the best thing to do now with the available data. We'll need to create a new database table and store rank changes in that for each...

We can probably get this data from the parser, but storing over-time data tends to be very storage expensive, so we may not add it in the near future.