Raveen wrote:As if my silence on the subject wasn't telling enough - I wouldn't know where to start

I'm sure googling graphs, statistics and the languages I mentioned would get you something.
Another request, hopefully easier to implement: On the player screen and team screen, can there be an option to display skills in order gained rather than alphabetical?
Possibly. Thing is, lots of skills are from games from before the history of BBDB so I don't know the order so those would be alphabetical. I think the client orders them by when they were gained but I don't think the order is listed in the saved game files, which is why I have to derive it by "what game did we first see that skill".
Another option might be to come up with a list of "Best Skills" so that skills always come up in order of utility (so Piling On comes before Pass Block). You'd probably want a list for each position type and it's almost certainly more work than it's worth but it's an idea.
I did read something which ranked skills in tiers, much like ranking races in tiers. So I could do that. I can probably find the document again. It had Block as tier 1 by itself, dodge, mighty blow and a couple of others in tier 2, I think it went down to tier 4 as "skills you might possibly take" and then tier 5 had real garbage stuff in it (like the aforementioned pass block). But that doc also included extraordinary skills, which will be ignored for this obviously, as you can't earn them. This obviously wouldn't cover different positional, but would be much less work to implement, and to a degree they are player-independent - dodge is better on a AG4 rather than an AG2 player, but it's still useful.
I would have to implement cookies to remember people's choices in the order for listing skills... so technically speaking that's additional work, but adding cookies is something that will need to be done at some point anyhow.
Linked to this, I also intend to beef up the "skills" section of the website, so you can see for example what the most chosen skills are. You can already look up a player position (eg Black Orc) and see what skills all the Black Orcs in RTBBL history have chosen.
Ooh another idea. For the team screen could coaches upload a logo image to the site?
There is no user logon functionality yet. It's quite a lot of work but is planned for the dim & distant future.
But this reminds me of something I have half-implemented, which is to display the logo from in-game on each team's page. I've got all the images uploaded, and the database holds the information regarding what each team's logo is, I just need to do the last step to fit it together, and have forgotten all about it. I'll get round to this at least in the next week or so.