PiRSquared17 / bout-time

Automatically exported from code.google.com/p/bout-time
1 stars 0 forks source link

Bout period times on bout sheets #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?  Not a bug.  This is an enhancement.

To improve tournament operation at the matside table it would be useful to 
have the time for the bout periods to be printed on the bout sheet.  To 
implement the tournament creator would need to input the bout times for 
both championship and consolation matches for a group.  If it is a round-
robin then BoutTime would default to championship period bout time.  If it 
is a bracket, BoutTime would need to track champtionship/consolation round 
matches and use the appropriate period time.

What is the expected output? What do you see instead?

Currently no period time is listed on the boutsheet

What version of the product are you using? On what operating system?
BoutTime v.05

Please provide any additional information below.

Original issue reported on code.google.com by melsw...@austin.rr.com on 18 Jan 2010 at 5:55

GoogleCodeExporter commented 9 years ago
Changing type from 'Defect' to 'Enhancement'.
Changing summary to be more descriptive.

Original comment by jeff.btpro on 21 Jan 2010 at 6:54

GoogleCodeExporter commented 9 years ago
Fixed in r177.

Bout times are printing on the bout sheets.  

Also, the bout times are separated for front-side and back-side.  So in the 
configuration, you can specify a value like "1:30-1:00", where the hyphen 
separates the front-side bout time from the back-side bout time.  Front-side is 
first.  If there is no hyphen, then the value specified is used for both 
front-side and back-side bouts.  In the configuration, you can still 
comma-separate values : 1:30-1:00, 1:00, 2:00-1:30.

Round-robin groups have no back-side bouts.  So if you specify a round robin 
group with a bout time value that includes a hyphen, the first (i.e. 
front-side) value will be used for all bouts.

Also, the cell editors have been removed from the group table for the columns 
"Session", "Mat", and "Bout Time".  To edit these values, a right-click is 
necessary.

Original comment by jeff.btpro on 28 Dec 2011 at 3:54