docs: Remove old "Mail Preferences" documentation.
[haiku.git] / docs / develop / ikteam / schedule / templates / group.html
blob6dcb37ce379dd2722aeff3e0fa051babd68ce23e
1 <html>
2 <head>
3 <scripting>
4 <title>$GROUP.name Milestones</title>
5 </scripting>
6 </head>
7 <body>
8 <scripting>
9 <h1>$GROUP.name Milestones<hr></h1>
10 </scripting>
11 <ol>
12 <li>
13 Interface specs completed for all classes, functions, structs
14 <scripting>
15 @if $GROUP.ispec_complete
16 <!-- Copy this table to each item when work begins on it -->
17 <!-- progress graph -->
18 <table cellspacing="0">
19 <tr>
20 <!-- spacer -->
21 <td width=10"></td>
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>
28 </tr>
29 </table>
30 <br><br>
31 <!-- end progress graph -->
32 @end
33 </scripting>
34 </li>
35 <li>
36 Use cases completed for all classes, functions, structs
37 <scripting>
38 @if $GROUP.cases_complete
39 <!-- Copy this table to each item when work begins on it -->
40 <!-- progress graph -->
41 <table cellspacing="0">
42 <tr>
43 <!-- spacer -->
44 <td width=10"></td>
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>
51 </tr>
52 </table>
53 <br><br>
54 <!-- end progress graph -->
55 @end
56 </scripting>
57 </li>
58 <li>
59 Unit tests completed for all classes, functions, structs
60 <scripting>
61 @if $GROUP.tests_complete
62 <!-- Copy this table to each item when work begins on it -->
63 <!-- progress graph -->
64 <table cellspacing="0">
65 <tr>
66 <!-- spacer -->
67 <td width=10"></td>
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>
74 </tr>
75 </table>
76 <br><br>
77 <!-- end progress graph -->
78 @end
79 </scripting>
80 </li>
81 <li>
82 Design discussions completed for all classes, functions, structs
83 <scripting>
84 @if $GROUP.tspec_complete
85 <!-- Copy this table to each item when work begins on it -->
86 <!-- progress graph -->
87 <table cellspacing="0">
88 <tr>
89 <!-- spacer -->
90 <td width=10"></td>
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>
97 </tr>
98 </table>
99 <br><br>
100 <!-- end progress graph -->
101 @end
102 </scripting>
103 </li>
104 <scripting>
105 @for_each milestone in $GROUP.milestones
106 <li>
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">
112 <tr>
113 <!-- spacer -->
114 <td width=10"></td>
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>
121 </tr>
122 </table>
123 <br><br>
124 <!-- end progress graph -->
125 @end
126 @end
127 </li>
128 </scripting>
129 <li>
130 Alpha
131 </li>
132 <li>
133 Beta 1
134 </li>
135 <li>
136 Beta 2
137 </li>
138 <li>
139 Release Candidate 1
140 </li>
141 <li>
142 1.0!
143 </li>
144 </ol>
145 <!-- Not implemented yet
146 <scripting>
147 See the complete list of <a href="$GROUP.short_name##Tasks.html">$GROUP.name tasks</a>.
148 </scripting>
149 <br>
151 <hr>
153 <!-- The obligatory SourceForge plug -->
154 <center>
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">
158 </a>
159 <p>
161 <small>Copyright &copy; 2001-2002
162 <a href="http://www.openbeos.org">OpenBeOS</a> Project</small>
163 </center>
165 </body>
166 </html>