jeremy70583 said:
Yeah I think I or maybe MrMr could get this done for you, what do you need?
I could just dump the data into a JSON file that you guys could manipulate. Probably better than me generating a table server-side. From there you could probably use JQuery to pretty up the data, have it so there's a button to show/hide people by tiers (for the IHL), min/max rating, people who played a certain number of games. It's probably much faster and better to do that stuff client side than me doing my shitty html tables.
There's also player and game data. With the player data, there's a history of a person's stats you could show on a graph using Google's Chart API. Just stuff like that if you want to get fancy. If not, you could probably make a better looking page with CSS than I ever could.
I mean, this is what a it looks like when you view individual stats for a submitted game.
It looks very ugly.