Long Island current standings and match results are now available. They’re being published real-time. We hope to get the same functionality into the Ohio and Texas versions tonight. Regional Events page
We wanted to have this ready for the first weekend, but there were higher priorities. Like getting the scoring system to work at all. The rest of the events from now on should have real-time results published from the start of the qual matches.
I hope someone has noticed this by now, but in case not…
The scores on the ranking page seem to be low. At one point, I calculated (based on the scores from the match pages) that team 810’s score should be 55… and the score on the page was 46…
I’m sure I would find that for more cases, the numbers look low to me overall (although they are higher then earlier today).
I think what happened is that for the standings, they took all ten matches into account, and those that weren’t played yet counted as zeroes. The order is still kinda the same, though.
Now that they’re done for the night, I’m doing hand verification for a sample of teams(including the one Joe mentioned)…I’ll let you know what I find out…
[EDIT]A bit of insight from the code…
Here’s the line of SQL used to get the rankings set:
(Sum(isnull(QP,0))- min(isnull(QP,0))) as SumQP
I wasn’t able to find an exact pattern, but I have a feeling that it does have something to do with the total # of matches assigned per team. For what it’s worth, the display shown at the events for rankings uses a different routine than the web printout, so those at the event will be seeing slightly different totals…