cheshire137 / competiwatch

Web app to track and visualize your competitive match history in Overwatch.
MIT License
17 stars 4 forks source link

List heroes by match count on profile #59

Closed cheshire137 closed 6 years ago

cheshire137 commented 6 years ago

Instead of pulling the user’s hero playtime data from the unofficial OW API and storing it in account_heroes, just use existing hero data from matches they’ve logged. Can delete the whole account_heroes table then and remove the background job for fetching hero playtime. This should also be less confusing to look at since it will be the same list of heroes seen on the All Accounts and Seasons page, and hovering on hero bars anywhere will show a match count then.

cheshire137 commented 6 years ago

Done!