This site is getting so good I feel greedy asking Russ and Chrismo for
any improvements. But I thought it would be interesting to include a
graph to represent fluctuations in one's rating over time, so that
people could see how they, and their opponents, are going from
strength to strength (or, in my case, from weakness to weakness).
Extrapolations of future playing strength, with a % margin of error
reflecting number of games played, might even be included!
Aiden
Originally posted by PawnokeyholeThis is a good idea, but the problem we have is the huge volume of
This site is getting so good I feel greedy asking Russ and Chrismo
for
any improvements. But I thought it would be interesting to include a
graph to represent fluctuations in one's rating over time, so that
people could see how they, and their opponents, are going from
strength to strength (or, in my case, from weakness to weakness).
Extrap ...[text shortened]... h a % margin of error
reflecting number of games played, might even be included!
Aiden
data it would generate. Maybe if we did a weekly snapshot, and only
for players who are currently active, we could minimise the problem.
Would weekly updates be sufficient, or are you after a game by game
graph?
-Russ
Well, I was thinking of a game by game snapshot over one's entire
playing history. Would it really generate a lot of data, compared to all
the individual game histories, at 4 (or 5) digits per game played?
Perhaps the headache for you would be setting up an entirely new
databank.
On a relateed subject, followers of many types of sport usual revel in
the statistics that various teams or players generate: home runs, hat-
tricks, unbeaten records, high scores, etc. Perhaps it might be
interesting to include a table of interesting statistics with links to the
games or players that produced them, e.g., longest game, longest
unbeaten run, most queens, underpromotions etc.
Just idle thoughts from someone who doesn't have to do the
programming 🙂
Aiden
I like this. I think I could find myself top of a ladder for the first time
ever. "Most Blunderous Player" fits me well I think!
If these sort of things could be introduced (longest winning streak,
most moves in day, that sort of thing) it really would be fascinating.
But then I don't know anything at all about programming and coding
so it might be rather harder to implement than I might hope.
Mark
Originally posted by PawnokeyholeYou are quite correct, compared to the game histories, the space required for rating over time for every game would be insignificant.
Would it really generate a lot of data, compared to all
the individual game histories, at 4 (or 5) digits per game played?
I was maybe being a little over cautious. There is good reason why I’m a little nervous about amassing too much data, but no cause for concern. (Our next server upgrade will probably not be far off, already! 😕)
The other stats you request are mostly doable, but stats normally require very database intensive queries, not something you want to happen too frequently. I may have a way round way this though…
Anyway, you have sold me on the ‘rating over time’ idea.
See, it does pay to talk back.
-Russ
Originally posted by RussWhile Russ messes around with the clever stuff; creating all the improvements that are visible on the site and fixing all the bugs, I take care off all the really important stuff, like storing rating histories.
This is a good idea, but the problem we have is the huge volume of
data it would generate. Maybe if we did a weekly snapshot, and only
for players who are currently active, we could minimise the problem.
Would weekly updates be sufficient, or are you after a game by game
graph?
-Russ
As it happens, this information has been stored for a while now. Both Russ and I have two weeks off work so we'll take a look at this and see what we can do.
Originally posted by ChrismoThis was news to me! One quick look confirms it is all there, and has been there for some time! 😳
I take care off all the really important stuff, like storing rating histories. As it happens, this information has been stored for a while now.
I will have a ponder over how to present this gold mine of data!
-Russ
Here is a first pass on some new code for you guys to try:
http://www.redhotpawn.com/core/yourhist.php
If you want to see other people's stats then do this
http://www.redhotpawn.com/core/yourhist.php?uid=XXXX
where XXXX is a user id.
If you don't understand this, fear not - I will link from the site proper soon.
Post any feedback to this thread.
-Russ
Originally posted by RussI like it.....the only thing I dont like is that I can see how bad I am 😀
Here is a first pass on some new code for you guys to try:
http://www.redhotpawn.com/core/yourhist.php
If you want to see other people's stats then do this
http://www.redhotpawn.com/core/yourhist.php?uid=XXXX
where XXXX is a user id.
If you don't understand this, fear not - I will link from the site proper soon.
Post any feedback to this thread.
-Russ