Add ability to redraw to n-seated final table #1469
Labels
easy
Trivial to do (even when tired!) and semi-worthwhile
enhancement
New feature or request
high priority
Should be done fairly soon
Make it so a the final table can seat a different number of players than the other tables.
In theory, this is trivial, however, currently if we add a new field to
TournamentStructure
, it requires trivial changes throughout the structure files. Since the structure files shouldn't exist (because that info should come from the database), I've let this problem fester. It's now slightly worse than it used to be, because I used to be able to use a sed command to add the field, but now with all the macro invocations, I may have to add the field in a few places where sed can't do it for me.So, I'm going to see how long it takes to add the field and get everything compiling again. If I can do that in under a half hour, I'll probably proceed to implement the functionality today, even though I still have a bunch of packing to do for BARGE.
final_table_handed
toTournamentStructure
as anOption<u8>
None
everywhereThe text was updated successfully, but these errors were encountered: