avram / qbsql

Quizbowl stats tracking
http://quizbowl.gimranov.com/
GNU General Public License v2.0
1 stars 0 forks source link

Brackets #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There should be a way of marking distinct brackets.

Original issue reported on code.google.com by ajlyon on 5 Feb 2009 at 5:53

GoogleCodeExporter commented 9 years ago
Now teams can be placed in brackets. Brackets can't yet be named, only numbered.
Brackets are currently used only in displaying the team standings. The current 
system
is good enough to handle ladder play / partial round-robins after the initial 
rounds
of a tourney. It's probably not a good system for a tournament with divisions 
that
both feed into shared finals brackets. (as of r41)

Original comment by ajlyon on 7 Feb 2009 at 9:31

GoogleCodeExporter commented 9 years ago
Planned bracket system:
Database changes:
 - Add a table for brackets, storing an id, a name, an index (to allow them to sort
properly; often brackets are ranked), and a "stage" index (to distinguish
prelims/ladder/final, etc.)
 - Add a bracket field to the rounds table, so that each game is marked with the
bracket it was played in.
 - Add a bracket field to the teams table, so that we know what bracket a team is
_currently_ in.
Interface changes:
 - When adding a round, check that the teams are currently in the same bracket
 - Add a bracket selector to the team edit page
 - When showing a list of rounds, split by bracket (optionally?)
 - more?

Original comment by ajlyon on 14 Feb 2009 at 11:52

GoogleCodeExporter commented 9 years ago
Also, it should be possible to specify the bracket when adding a new team.

Original comment by ajlyon on 19 Nov 2009 at 5:38

GoogleCodeExporter commented 9 years ago

Original comment by ajlyon on 27 Nov 2011 at 10:52