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,147 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Interface Kit Team Schedule</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Interface Kit Team Schedule<hr></h1>
|
||||
<p>
|
||||
Here is the schedule for the Interface Kit Team. To help organize our work,
|
||||
tasks have been broken into 4 general areas:
|
||||
<ul>
|
||||
<li><a href="ApplicationKit/ApplicationKitMilestones.html">Application Kit</a></li>
|
||||
<li><a href="InterfaceKit/InterfaceKitMilestones.html">Interface Kit</a></li>
|
||||
<li><a href="Integration/IntegrationMilestones.html">Integration</a></li>
|
||||
<li><a href="SupportKit/SupportKitMilestones.html">Support Kit</a></li>
|
||||
|
||||
</ul>
|
||||
</p><p>
|
||||
Organizationally, it's best to consider these as separate projects within the
|
||||
scope of the IK Team's charter. As such, core contributors should pick a
|
||||
project and stick with it -- it will make things a lot easier to keep track of,
|
||||
and losing track of stuff would be a bad thing. =)
|
||||
</p><p>
|
||||
DarkWyrm is the technical lead for the app_server; he has done an enormous amount
|
||||
of research and he is currently in the best position to lead the effort.
|
||||
</p><p>
|
||||
Erik Jakowatz will continue in his capacity as overall project lead, as well as
|
||||
being directly involved in Integration as technical lead.
|
||||
</p><p>
|
||||
A word of warning: this schedule is downright huge because of the sheer number of
|
||||
items to be completed. There is a paper available in which the rationale behind the
|
||||
schedule is <a href="Discussion.html">discussed</a>.
|
||||
</p>
|
||||
<hr>
|
||||
<h2><a name="CurrentStatus"></a>Current Status</h2>
|
||||
Here are some fuzzy indicators of what progress the team has made base on the number of
|
||||
outstanding tasks completed. No warranty is made concerning the accuracy of these
|
||||
graphs. =)
|
||||
<br><br>
|
||||
|
||||
<!-- And here we go into table madness! -->
|
||||
<table cellspacing="0">
|
||||
<!-- sub-project header -->
|
||||
<tr>
|
||||
<td colspan="3" align="left"><strong>Overall</strong></td>
|
||||
</tr>
|
||||
<!-- progress graph -->
|
||||
<tr>
|
||||
<table cellspacing="0">
|
||||
<tr>
|
||||
<!-- how much is done -->
|
||||
<td width="24" bgcolor="blue" align="left"></td>
|
||||
<!-- how much is left -->
|
||||
<td width="176" bgcolor="red" align="right"></td>
|
||||
<!-- the above two translated into a percentage -->
|
||||
<td width="25" align="center">12%</td>
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
</tr>
|
||||
|
||||
<!-- sub-project header -->
|
||||
<tr>
|
||||
<td colspan="3" align="left"><strong><br><br>Application Kit</strong></td>
|
||||
</tr>
|
||||
<!-- progress graph -->
|
||||
<tr>
|
||||
<table cellspacing="0">
|
||||
<tr>
|
||||
<!-- how much is done -->
|
||||
<td width="4" bgcolor="blue" align="left"></td>
|
||||
<!-- how much is left -->
|
||||
<td width="196" bgcolor="red" align="right"></td>
|
||||
<!-- the above two translated into a percentage -->
|
||||
<td width="25" align="center">2%</td>
|
||||
</tr>
|
||||
</table>
|
||||
</tr>
|
||||
<!-- sub-project header -->
|
||||
<tr>
|
||||
<td colspan="3" align="left"><strong><br><br>Interface Kit</strong></td>
|
||||
</tr>
|
||||
<!-- progress graph -->
|
||||
<tr>
|
||||
<table cellspacing="0">
|
||||
<tr>
|
||||
<!-- how much is done -->
|
||||
<td width="8" bgcolor="blue" align="left"></td>
|
||||
<!-- how much is left -->
|
||||
<td width="192" bgcolor="red" align="right"></td>
|
||||
<!-- the above two translated into a percentage -->
|
||||
<td width="25" align="center">4%</td>
|
||||
</tr>
|
||||
</table>
|
||||
</tr>
|
||||
<!-- sub-project header -->
|
||||
<tr>
|
||||
<td colspan="3" align="left"><strong><br><br>Integration</strong></td>
|
||||
</tr>
|
||||
<!-- progress graph -->
|
||||
<tr>
|
||||
<table cellspacing="0">
|
||||
<tr>
|
||||
<!-- 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>
|
||||
</tr>
|
||||
<!-- sub-project header -->
|
||||
<tr>
|
||||
<td colspan="3" align="left"><strong><br><br>Support Kit</strong></td>
|
||||
</tr>
|
||||
<!-- progress graph -->
|
||||
<tr>
|
||||
<table cellspacing="0">
|
||||
<tr>
|
||||
<!-- how much is done -->
|
||||
<td width="40" bgcolor="blue" align="left"></td>
|
||||
<!-- how much is left -->
|
||||
<td width="160" bgcolor="red" align="right"></td>
|
||||
<!-- the above two translated into a percentage -->
|
||||
<td width="25" align="center">20%</td>
|
||||
</tr>
|
||||
</table>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<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