iggyfisk / highperch

highper.ch official web
2 stars 1 forks source link

Show players favorite heroes and items on player page #53

Open minimalism opened 4 years ago

minimalism commented 4 years ago

Heroes trained and Items purchased are useful statistics for the players page

minimalism commented 4 years ago

Seems like storing a counter on the player profile is the way to go

iggyfisk commented 4 years ago

trawling through all the jsons is certainly too much, but the shape of the data makes it tricky to just add a few columns to the gameplayed or player tables. A HeroRecruited and ItemBought table might not be too crazy here.