Subversion Repositories svn1-original

Rev

Rev 29 | Rev 32 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

2006 for ...
--------------------------------------------------------------------------------
1) Improve data consistency test
    a) Allow repeat check in the same menu. Its slow getting out and getting
       back in.

    b) Better selection of leg to test.
        - Use maxleg loaded
        - Reuse last leg tested
        - Allow ovewrite of the leg value, without backspace


4) HTML / text reports of leg times by finishing order. This will simplify the
   process of slotting in missing teams.
        - May as well have a report of finishing time by team. Chances are the
          work has been done.

7) If a class has no competitors then no HTML page is generated and the links
   get broke. Generate a page anyway.
   
   Notes: Tricky. The reports are generated by sorting by class. Detecting missing classes
          is non-trivial.
   
---- Done -----
2) Generate HTML and text reports at the same time
   Have an option to generate ALL txt + HTML reports. They are so quick anyway.
    
    Status: I think I've done this
            A few too many text messages - but done.
            
3) The CSV file from trish (Excel -> CSV) has a funny character in empty fields
   Must handle this character and treat it as empty.

    Status: Done. Ignore A0 character
                  Better detection of missing categories
            
5) Awards.txt printout, must fit into 80 cols
   The team names that I added make it tooooo wide.
   
   Status: Reduced width to 80 cols
           Removed the Team Name, to make it fit.
           Could put the team on a 2nd line, but its a personal success.
           
6) Swim start to undef, rather than 00-00-00 as this is taken as the time
   of the previous leg.
        - Need to detect teams that don't have an entry time.
        
    Note: May need to set it as manual too
        
    Status: Done. For calculated leg starts the process of reseting the leg
            start time will force the 'manual' + invalid.

8) Update the ledgends.txt file. Embedded Solutions is dead.
        Status: Done. 
                Removed Embedded Solutions
                McCays is still there - has this changed ??

           

--------------------------------------------------------------------------------
2005 for 2006
-------------
1) Print the summary data page - allow the number of winners  be determined

   Status: Done.
   Report menu has been extended.


2) Config of winners - the number of NE entries is zero and not the correct
   number.

   Status: Done
   Calculate the number of NE entries in a special manner

3) Check: NE Horse time in printout
   Does the full printout give horse times for those marked as NE
   Yes it does. Problem confirmed

   Status: Fixed
   NE teams are now marked as '-- NE --' in both the final and NE class reports

4) Index by Name HTML links into world.
   Status:
        Understand the problem. What did I mean by this comment.


1) Print the summary data page - allow the number of winners  be determined
2) Config of winners - the number of NE entries is zero and not the correct
   number.
3) Check: NE Horse time in printout
   Does the full printout give horse times for those marked as NE
4) Index by Name HTML links into world.