Subversion Repositories svn1-original

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
22 david 1
2006 for ...
2
--------------------------------------------------------------------------------
3
1) Improve data consistency test
4
    a) Allow repeat check in the same menu. Its slow getting out and getting
5
       back in.
6
 
7
    b) Better selection of leg to test.
8
        - Use maxleg loaded
9
        - Reuse last leg tested
10
        - Allow ovewrite of the leg value, without backspace
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
 
18
4) HTML / text reports of leg times by finishing order. This will simplify the
19
   process of slotting in missing teams.
20
        - May as well have a report of finishing time by team. Chances are the
21
          work has been done.
22
 
23
 
24
5) Awards.txt printout, must fit into 80 cols
25
   The team names that I added make it tooooo wide.
26
 
27
6) Swim start to undef, rather than 00-00-00 as this is taken as the time
28
   of the previous leg.
29
        - Need to detect teams that don't have an entry time.
24 - 30
 
31
    Note: May need to set it as manual too
32
 
22 david 33
 
34
7) If a class has no competitors then no HTML page is generated and the links
35
   get broke. Generate a page anyway.
24 - 36
 
37
   Notes: Tricky. The reports are generated by sorting by class. Detecting missing classes
38
          is non-trivial.
39
 
22 david 40
 
41
8) Update the ledgends.txt file. Embedded Solutions is dead.
24 - 42
	Status: Done. 
43
		Removed Embedded Solutions
44
		McCays is still there - has this changed ??
22 david 45
 
46
 
47
 
48
--------------------------------------------------------------------------------
13 david 49
2005 for 2006
50
-------------
51
1) Print the summary data page - allow the number of winners  be determined
52
 
53
   Status: Done.
54
   Report menu has been extended.
55
 
56
 
57
2) Config of winners - the number of NE entries is zero and not the correct
58
   number.
59
 
60
   Status: Done
61
   Calculate the number of NE entries in a special manner
62
 
63
3) Check: NE Horse time in printout
64
   Does the full printout give horse times for those marked as NE
65
   Yes it does. Problem confirmed
66
 
67
   Status: Fixed
68
   NE teams are now marked as '-- NE --' in both the final and NE class reports
69
 
70
4) Index by Name HTML links into world.
71
   Status:
18 david 72
        Understand the problem. What did I mean by this comment.
73
 
74
 
75
1) Print the summary data page - allow the number of winners  be determined
76
2) Config of winners - the number of NE entries is zero and not the correct
77
   number.
78
3) Check: NE Horse time in printout
79
   Does the full printout give horse times for those marked as NE
80
4) Index by Name HTML links into world.