Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - uzi

Pages: [1]
1
General Discussion / Re: Share your forumlas.
« on: January 18, 2007, 10:02:18 AM »
Our system uses the formula:

Points = no of players - rank + bonus, where the bonus is 15 points for 1st place, 10 for second, and 5 for third.

In TD, it looks like that:

n - r + (r == 1 ? 15 : 0) + (r == 2 ? 10 : 0) + (r == 3 ? 5 : 0)

(my thanks to Corey for supporting this!)

- Uzi

2
Suggestions / Re: Best 5 results
« on: January 12, 2007, 03:17:06 PM »
Thanks, but since our league is for colleagues only, and includes some private information, I'd like to keep it inside our intranet.

- Uzi

3
Suggestions / Best 5 results
« on: January 10, 2007, 10:34:57 AM »
We're running seasons tourneys that go all year around, one tourney per month (except for July). The finals are held in December and there are 14 finalists: the ones who won a tourney, and the rest that collected the highest sum of points from their 5 best tourneys. I believe this is quite a common way of holding seasoned tourneys.

The problem is, the statistics page can only show the sum of all points a player earned during the season. It would have been great if one could define how many best tourneys to collect points from. Also, it would have even better if one could define "final rules", which defines what would give a player a place in the finals.

Thanks again for a great program,

Uzi

4
General Discussion / Database
« on: January 05, 2007, 04:34:16 AM »
Hey and thanks for a great program

I was wondering if there are any plans on allowing integration with the database. All this export to cvs files thing is nice, but if you want to really be able to create your statistics and update them automatically and have advanced calculations - it's just not enaugh. Also, if I could use SQL to retrieve information from the database, or even create views, things would look differrent.

I know that the currently implented database isn't any kind of relation database as such, but it would be very helpfull if it was, don't you think?

thanks,

Uzi

Pages: [1]