4 <title>$GROUP.name Milestones
</title>
9 <h1>$GROUP.name Milestones
<hr></h1>
13 Interface specs completed for all classes, functions, structs
15 @if $GROUP.ispec_complete
16 <!-- Copy this table to each item when work begins on it -->
17 <!-- progress graph -->
18 <table cellspacing=
"0">
22 <!-- how much is done -->
23 <td width="$GROUP.ispec_table_complete
" bgcolor="blue
" align="left
"></td>
24 <!-- how much is left -->
25 <td width="$GROUP.ispec_table_incomplete
" bgcolor="red
" align="right
"></td>
26 <!-- the above two translated into a percentage -->
27 <td width="25" align="right
">$GROUP.ispec_complete%</td>
31 <!-- end progress graph -->
36 Use cases completed for all classes, functions, structs
38 @if $GROUP.cases_complete
39 <!-- Copy this table to each item when work begins on it -->
40 <!-- progress graph -->
41 <table cellspacing="0">
45 <!-- how much is done -->
46 <td width=
"$GROUP.cases_table_complete" bgcolor=
"blue" align=
"left"></td>
47 <!-- how much is left -->
48 <td width=
"$GROUP.cases_table_incomplete" bgcolor=
"red" align=
"right"></td>
49 <!-- the above two translated into a percentage -->
50 <td width=
"25" align=
"center">$GROUP.cases_complete%
</td>
54 <!-- end progress graph -->
59 Unit tests completed for all classes, functions, structs
61 @if $GROUP.tests_complete
62 <!-- Copy this table to each item when work begins on it -->
63 <!-- progress graph -->
64 <table cellspacing=
"0">
68 <!-- how much is done -->
69 <td width="$GROUP.tests_table_complete
" bgcolor="blue
" align="left
"></td>
70 <!-- how much is left -->
71 <td width="$GROUP.tests_table_incomplete
" bgcolor="red
" align="right
"></td>
72 <!-- the above two translated into a percentage -->
73 <td width="25" align="center
">$GROUP.tests_complete%</td>
77 <!-- end progress graph -->
82 Design discussions completed for all classes, functions, structs
84 @if $GROUP.tspec_complete
85 <!-- Copy this table to each item when work begins on it -->
86 <!-- progress graph -->
87 <table cellspacing="0">
91 <!-- how much is done -->
92 <td width=
"$GROUP.tspec_table_complete" bgcolor=
"blue" align=
"left"></td>
93 <!-- how much is left -->
94 <td width=
"$GROUP.tspec_table_incomplete" bgcolor=
"red" align=
"right"></td>
95 <!-- the above two translated into a percentage -->
96 <td width=
"25" align=
"center">$GROUP.tspec_complete%
</td>
100 <!-- end progress graph -->
105 @for_each milestone in $GROUP.milestones
107 <a href=
"$milestone.short_name##.html">$milestone.name
</a>$milestone.note complete
108 @if $milestone.complete
109 <!-- Copy this table to each item when work begins on it -->
110 <!-- progress graph -->
111 <table cellspacing=
"0">
115 <!-- how much is done -->
116 <td width="$milestone.table_complete
" bgcolor="blue
" align="left
"></td>
117 <!-- how much is left -->
118 <td width="$milestone.table_incomplete
" bgcolor="red
" align="right
"></td>
119 <!-- the above two translated into a percentage -->
120 <td width="35" align="right
">$milestone.complete%</td>
124 <!-- end progress graph -->
145 <!-- Not implemented yet
147 See the complete list of <a href="$GROUP.short_name##Tasks.html
">$GROUP.name tasks</a>.
153 <!-- The obligatory SourceForge plug -->
155 <small>The OpenBeOS project is hosted by:</small><br><br>
156 <a href="http://sourceforge.net
">
157 <img src="http://sourceforge.net/sflogo.php?group_id=
33869&type=
1" width="88" height="31" border="0" alt="SourceForge Logo
">
161 <small>Copyright © 2001-2002
162 <a href="http://www.openbeos.org
">OpenBeOS</a> Project</small>