More tournaments should be using sweepstakes for local tournaments! And Tabroom Summary should support this.
Spitballing some of the changes to make...
Probably want to add sweepstakes before the table of results. Include lines that look something like this:
Sweepstakes awards are a team award based on the total points earned by students from each school. In the sweepstakes competition, [School] finished as the #[rank] school, earning a total of [Points] sweepstakes points{if not last: ", just beating out their rival school [Worse Rival School], who earned [worse_rival_points] points. {if tied: [School] tied with [tied school]}. {if not winning: [Better Rival School] finished just ahead of [School], with [Points] points. {if not winning and not in 2nd}: The winning school was [WINNER SCHOOL, with __ points.
We'll probably want to pack sweepstakes data into a dict that can be easily passed to the header generation.
More tournaments should be using sweepstakes for local tournaments! And Tabroom Summary should support this.
Spitballing some of the changes to make...
We'll probably want to pack sweepstakes data into a dict that can be easily passed to the header generation.