It is accomplished ...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -0,0 +1,156 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Integration Milestones</title>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<h1>Integration Milestones<hr></h1>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
Interface specs completed for all classes, functions, structs
|
||||
<!-- Copy this table to each item when work begins on it -->
|
||||
<!-- progress graph -->
|
||||
<table cellspacing="0">
|
||||
<tr>
|
||||
<!-- spacer -->
|
||||
<td width=10"></td>
|
||||
<!-- how much is done -->
|
||||
<td width="50" bgcolor="blue" align="left"></td>
|
||||
<!-- how much is left -->
|
||||
<td width="150" bgcolor="red" align="right"></td>
|
||||
<!-- the above two translated into a percentage -->
|
||||
<td width="25" align="right">25%</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br><br>
|
||||
<!-- end progress graph -->
|
||||
|
||||
</li>
|
||||
<li>
|
||||
Use cases completed for all classes, functions, structs
|
||||
<!-- Copy this table to each item when work begins on it -->
|
||||
<!-- progress graph -->
|
||||
<table cellspacing="0">
|
||||
<tr>
|
||||
<!-- spacer -->
|
||||
<td width=10"></td>
|
||||
<!-- how much is done -->
|
||||
<td width="50" bgcolor="blue" align="left"></td>
|
||||
<!-- how much is left -->
|
||||
<td width="150" bgcolor="red" align="right"></td>
|
||||
<!-- the above two translated into a percentage -->
|
||||
<td width="25" align="center">25%</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br><br>
|
||||
<!-- end progress graph -->
|
||||
|
||||
</li>
|
||||
<li>
|
||||
Unit tests completed for all classes, functions, structs
|
||||
<!-- Copy this table to each item when work begins on it -->
|
||||
<!-- progress graph -->
|
||||
<table cellspacing="0">
|
||||
<tr>
|
||||
<!-- spacer -->
|
||||
<td width=10"></td>
|
||||
<!-- how much is done -->
|
||||
<td width="50" bgcolor="blue" align="left"></td>
|
||||
<!-- how much is left -->
|
||||
<td width="150" bgcolor="red" align="right"></td>
|
||||
<!-- the above two translated into a percentage -->
|
||||
<td width="25" align="center">25%</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br><br>
|
||||
<!-- end progress graph -->
|
||||
|
||||
</li>
|
||||
<li>
|
||||
Design discussions completed for all classes, functions, structs
|
||||
<!-- Copy this table to each item when work begins on it -->
|
||||
<!-- progress graph -->
|
||||
<table cellspacing="0">
|
||||
<tr>
|
||||
<!-- spacer -->
|
||||
<td width=10"></td>
|
||||
<!-- how much is done -->
|
||||
<td width="50" bgcolor="blue" align="left"></td>
|
||||
<!-- how much is left -->
|
||||
<td width="150" bgcolor="red" align="right"></td>
|
||||
<!-- the above two translated into a percentage -->
|
||||
<td width="25" align="center">25%</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br><br>
|
||||
<!-- end progress graph -->
|
||||
|
||||
</li>
|
||||
<li>
|
||||
<a href="BArchivable.html">BArchivable</a> complete
|
||||
<!-- Copy this table to each item when work begins on it -->
|
||||
<!-- progress graph -->
|
||||
<table cellspacing="0">
|
||||
<tr>
|
||||
<!-- spacer -->
|
||||
<td width=10"></td>
|
||||
<!-- how much is done -->
|
||||
<td width="200" bgcolor="blue" align="left"></td>
|
||||
<!-- how much is left -->
|
||||
<td width="0" bgcolor="red" align="right"></td>
|
||||
<!-- the above two translated into a percentage -->
|
||||
<td width="35" align="right">100%</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br><br>
|
||||
<!-- end progress graph -->
|
||||
<li>
|
||||
<a href="BApplication.html">BApplication</a> complete
|
||||
|
||||
<li>
|
||||
<a href="BWindow.html">BWindow</a> complete
|
||||
|
||||
<li>
|
||||
<a href="BView.html">BView</a> complete
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Alpha
|
||||
</li>
|
||||
<li>
|
||||
Beta 1
|
||||
</li>
|
||||
<li>
|
||||
Beta 2
|
||||
</li>
|
||||
<li>
|
||||
Release Candidate 1
|
||||
</li>
|
||||
<li>
|
||||
1.0!
|
||||
</li>
|
||||
</ol>
|
||||
<!-- Not implemented yet
|
||||
See the complete list of <a href="IntegrationTasks.html">Integration tasks</a>.
|
||||
|
||||
<br>
|
||||
-->
|
||||
<hr>
|
||||
|
||||
<!-- The obligatory SourceForge plug -->
|
||||
<center>
|
||||
<small>The OpenBeOS project is hosted by:</small><br><br>
|
||||
<a href="http://sourceforge.net">
|
||||
<img src="http://sourceforge.net/sflogo.php?group_id=33869&type=1" width="88" height="31" border="0" alt="SourceForge Logo">
|
||||
</a>
|
||||
<p>
|
||||
|
||||
<small>Copyright © 2001-2002
|
||||
<a href="http://www.openbeos.org">OpenBeOS</a> Project</small>
|
||||
</center>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user