Subversion Repositories svn1

Rev

Rev 29 | Rev 32 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29 Rev 31
Line 7... Line 7...
7
    b) Better selection of leg to test.
7
    b) Better selection of leg to test.
8
        - Use maxleg loaded
8
        - Use maxleg loaded
9
        - Reuse last leg tested
9
        - Reuse last leg tested
10
        - Allow ovewrite of the leg value, without backspace
10
        - Allow ovewrite of the leg value, without backspace
11
 
11
 
12
2) Generate HTML and text reports at the same time
-
 
13
   Have an option to generate ALL txt + HTML reports. They are so quick anyway.
-
 
14
 
-
 
15
3) The CSV file from trish (Excel -> CSV) has a funny character in empty fields
-
 
16
   Must handle this character and treat it as empty.
-
 
17
 
12
 
18
4) HTML / text reports of leg times by finishing order. This will simplify the
13
4) HTML / text reports of leg times by finishing order. This will simplify the
19
   process of slotting in missing teams.
14
   process of slotting in missing teams.
20
        - May as well have a report of finishing time by team. Chances are the
15
        - May as well have a report of finishing time by team. Chances are the
21
          work has been done.
16
          work has been done.
22
 
17
 
23
6) Swim start to undef, rather than 00-00-00 as this is taken as the time
-
 
24
   of the previous leg.
-
 
25
        - Need to detect teams that don't have an entry time.
-
 
26
        
-
 
27
    Note: May need to set it as manual too
-
 
28
        
-
 
29
 
-
 
30
7) If a class has no competitors then no HTML page is generated and the links
18
7) If a class has no competitors then no HTML page is generated and the links
31
   get broke. Generate a page anyway.
19
   get broke. Generate a page anyway.
32
   
20
   
33
   Notes: Tricky. The reports are generated by sorting by class. Detecting missing classes
21
   Notes: Tricky. The reports are generated by sorting by class. Detecting missing classes
34
          is non-trivial.
22
          is non-trivial.
35
   
23
   
36
---- Done -----
24
---- Done -----
-
 
25
2) Generate HTML and text reports at the same time
-
 
26
   Have an option to generate ALL txt + HTML reports. They are so quick anyway.
-
 
27
    
-
 
28
    Status: I think I've done this
-
 
29
            A few too many text messages - but done.
-
 
30
            
-
 
31
3) The CSV file from trish (Excel -> CSV) has a funny character in empty fields
-
 
32
   Must handle this character and treat it as empty.
-
 
33
 
-
 
34
    Status: Done. Ignore A0 character
-
 
35
                  Better detection of missing categories
-
 
36
            
37
5) Awards.txt printout, must fit into 80 cols
37
5) Awards.txt printout, must fit into 80 cols
38
   The team names that I added make it tooooo wide.
38
   The team names that I added make it tooooo wide.
39
   
39
   
40
   Status: Reduced width to 80 cols
40
   Status: Reduced width to 80 cols
41
           Removed the Team Name, to make it fit.
41
           Removed the Team Name, to make it fit.
42
           Could put the team on a 2nd line, but its a personal success.
42
           Could put the team on a 2nd line, but its a personal success.
-
 
43
           
-
 
44
6) Swim start to undef, rather than 00-00-00 as this is taken as the time
-
 
45
   of the previous leg.
-
 
46
        - Need to detect teams that don't have an entry time.
-
 
47
        
-
 
48
    Note: May need to set it as manual too
-
 
49
        
-
 
50
    Status: Done. For calculated leg starts the process of reseting the leg
-
 
51
            start time will force the 'manual' + invalid.
43
 
52
 
44
8) Update the ledgends.txt file. Embedded Solutions is dead.
53
8) Update the ledgends.txt file. Embedded Solutions is dead.
45
	Status: Done. 
54
	Status: Done. 
46
		Removed Embedded Solutions
55
		Removed Embedded Solutions
47
		McCays is still there - has this changed ??
56
		McCays is still there - has this changed ??