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,83 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Interface Kit Team Assignments</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>
|
||||
Interface Kit Team Assignments and Open Tasks
|
||||
<hr>
|
||||
</h1>
|
||||
|
||||
<h2>
|
||||
Assignments:
|
||||
</h2>
|
||||
|
||||
<table>
|
||||
<scripting>
|
||||
@for_each engineer in $Assignments.engineers
|
||||
<tr>
|
||||
<td>
|
||||
$engineer.name
|
||||
</td>
|
||||
</tr>
|
||||
@for_each etask in $engineer.tasks
|
||||
<tr>
|
||||
<td>
|
||||
</td>
|
||||
<td>
|
||||
$etask.str
|
||||
</td>
|
||||
</tr>
|
||||
@end
|
||||
<tr>
|
||||
<td height="15" colspan="2"></td>
|
||||
</tr>
|
||||
@end
|
||||
</scripting>
|
||||
</table>
|
||||
|
||||
|
||||
<h2>
|
||||
Open Tasks:
|
||||
</h2>
|
||||
|
||||
<table>
|
||||
<scripting>
|
||||
@for_each section in $Assignments.sections
|
||||
<tr>
|
||||
<td>
|
||||
$section.name
|
||||
</td>
|
||||
</tr>
|
||||
@for_each stask in $section.tasks
|
||||
<tr>
|
||||
<td>
|
||||
</td>
|
||||
<td>
|
||||
$stask.str
|
||||
</td>
|
||||
</tr>
|
||||
@end
|
||||
<tr>
|
||||
<td height="15" colspan="2"></td>
|
||||
</tr>
|
||||
@end
|
||||
</scripting>
|
||||
</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>
|
||||
@@ -0,0 +1,167 @@
|
||||
<html>
|
||||
<head>
|
||||
<scripting>
|
||||
<title>$GROUP.name Milestones</title>
|
||||
</scripting>
|
||||
</head>
|
||||
<body>
|
||||
<scripting>
|
||||
<h1>$GROUP.name Milestones<hr></h1>
|
||||
</scripting>
|
||||
<ol>
|
||||
<li>
|
||||
Interface specs completed for all classes, functions, structs
|
||||
<scripting>
|
||||
@if $GROUP.ispec_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="$GROUP.ispec_table_complete" bgcolor="blue" align="left"></td>
|
||||
<!-- how much is left -->
|
||||
<td width="$GROUP.ispec_table_incomplete" bgcolor="red" align="right"></td>
|
||||
<!-- the above two translated into a percentage -->
|
||||
<td width="25" align="right">$GROUP.ispec_complete%</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br><br>
|
||||
<!-- end progress graph -->
|
||||
@end
|
||||
</scripting>
|
||||
</li>
|
||||
<li>
|
||||
Use cases completed for all classes, functions, structs
|
||||
<scripting>
|
||||
@if $GROUP.cases_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="$GROUP.cases_table_complete" bgcolor="blue" align="left"></td>
|
||||
<!-- how much is left -->
|
||||
<td width="$GROUP.cases_table_incomplete" bgcolor="red" align="right"></td>
|
||||
<!-- the above two translated into a percentage -->
|
||||
<td width="25" align="center">$GROUP.cases_complete%</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br><br>
|
||||
<!-- end progress graph -->
|
||||
@end
|
||||
</scripting>
|
||||
</li>
|
||||
<li>
|
||||
Unit tests completed for all classes, functions, structs
|
||||
<scripting>
|
||||
@if $GROUP.tests_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="$GROUP.tests_table_complete" bgcolor="blue" align="left"></td>
|
||||
<!-- how much is left -->
|
||||
<td width="$GROUP.tests_table_incomplete" bgcolor="red" align="right"></td>
|
||||
<!-- the above two translated into a percentage -->
|
||||
<td width="25" align="center">$GROUP.tests_complete%</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br><br>
|
||||
<!-- end progress graph -->
|
||||
@end
|
||||
</scripting>
|
||||
</li>
|
||||
<li>
|
||||
Design discussions completed for all classes, functions, structs
|
||||
<scripting>
|
||||
@if $GROUP.tspec_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="$GROUP.tspec_table_complete" bgcolor="blue" align="left"></td>
|
||||
<!-- how much is left -->
|
||||
<td width="$GROUP.tspec_table_incomplete" bgcolor="red" align="right"></td>
|
||||
<!-- the above two translated into a percentage -->
|
||||
<td width="25" align="center">$GROUP.tspec_complete%</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br><br>
|
||||
<!-- end progress graph -->
|
||||
@end
|
||||
</scripting>
|
||||
</li>
|
||||
<scripting>
|
||||
@for_each milestone in $GROUP.milestones
|
||||
<li>
|
||||
<a href="$milestone.short_name##.html">$milestone.name</a>$milestone.note complete
|
||||
@if $milestone.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="$milestone.table_complete" bgcolor="blue" align="left"></td>
|
||||
<!-- how much is left -->
|
||||
<td width="$milestone.table_incomplete" bgcolor="red" align="right"></td>
|
||||
<!-- the above two translated into a percentage -->
|
||||
<td width="35" align="right">$milestone.complete%</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br><br>
|
||||
<!-- end progress graph -->
|
||||
@end
|
||||
@end
|
||||
</li>
|
||||
</scripting>
|
||||
<li>
|
||||
Alpha
|
||||
</li>
|
||||
<li>
|
||||
Beta 1
|
||||
</li>
|
||||
<li>
|
||||
Beta 2
|
||||
</li>
|
||||
<li>
|
||||
Release Candidate 1
|
||||
</li>
|
||||
<li>
|
||||
1.0!
|
||||
</li>
|
||||
</ol>
|
||||
<!-- Not implemented yet
|
||||
<scripting>
|
||||
See the complete list of <a href="$GROUP.short_name##Tasks.html">$GROUP.name tasks</a>.
|
||||
</scripting>
|
||||
<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>
|
||||
|
||||
@@ -0,0 +1,100 @@
|
||||
<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>
|
||||
<scripting>
|
||||
@for_each group in $GROUPS
|
||||
<li><a href="$group.short_name/$group.short_name##Milestones.html">$group.name</a>$group.note</li>
|
||||
@end
|
||||
</scripting>
|
||||
</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 -->
|
||||
<scripting>
|
||||
<td width="$GROUPS.table_complete" bgcolor="blue" align="left"></td>
|
||||
<!-- how much is left -->
|
||||
<td width="$GROUPS.table_incomplete" bgcolor="red" align="right"></td>
|
||||
<!-- the above two translated into a percentage -->
|
||||
<td width="25" align="center">$GROUPS.complete%</td>
|
||||
</scripting>
|
||||
</tr>
|
||||
</table>
|
||||
</tr>
|
||||
|
||||
<scripting>
|
||||
@for_each group in $GROUPS
|
||||
<!-- sub-project header -->
|
||||
<tr>
|
||||
<td colspan="3" align="left"><strong><br><br>$group.name</strong></td>
|
||||
</tr>
|
||||
<!-- progress graph -->
|
||||
<tr>
|
||||
<table cellspacing="0">
|
||||
<tr>
|
||||
<!-- how much is done -->
|
||||
<td width="$group.table_complete" bgcolor="blue" align="left"></td>
|
||||
<!-- how much is left -->
|
||||
<td width="$group.table_incomplete" bgcolor="red" align="right"></td>
|
||||
<!-- the above two translated into a percentage -->
|
||||
<td width="25" align="center">$group.complete%</td>
|
||||
</tr>
|
||||
</table>
|
||||
</tr>
|
||||
@end
|
||||
</scripting>
|
||||
</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>
|
||||
@@ -0,0 +1,29 @@
|
||||
<html>
|
||||
<head>
|
||||
<scripting>
|
||||
<title>$GROUP.name Tasks</title>
|
||||
</scripting>
|
||||
<head>
|
||||
<body>
|
||||
<scripting>
|
||||
<h1>$GROUP.name Tasks<hr></h1>
|
||||
@for_each milestone in $GROUP.milestones
|
||||
<a href="$milestone.short_name##Tasks.html">$milestone.name</a><br>
|
||||
@end
|
||||
</scripting>
|
||||
<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>
|
||||
@@ -0,0 +1,254 @@
|
||||
<html>
|
||||
<head>
|
||||
<scripting>
|
||||
<title>$MILESTONE.name Tasks</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>$MILESTONE.name Tasks<hr></h1>
|
||||
</scripting>
|
||||
|
||||
<!-- summary table -->
|
||||
<table border>
|
||||
<!-- table column headers -->
|
||||
<th>
|
||||
<table>
|
||||
<td>
|
||||
<a href="#legend">
|
||||
<img src="../../images/DocumentDraw.gif" width="22" height="22" alt="Functional Spec" border="0">
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#legend">
|
||||
<img src="../../images/User.gif" width="22" height="22" alt="Use Cases" border="0">
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#legend">
|
||||
<img src="../../images/Help.gif" width="22" height="22" alt="Unit Tests" border="0">
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#legend">
|
||||
<img src="../../images/Hammer.gif" width="22" height="22" alt="Technical Spec" border="0">
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#legend">
|
||||
<img src="../../images/GoalFlag.gif" width="22" height="22" alt="Implementation" border="0">
|
||||
</a>
|
||||
</td>
|
||||
</table>
|
||||
</th>
|
||||
<th><strong>Task Summary</strong></th>
|
||||
<th><strong>Owner</strong></th>
|
||||
<scripting>
|
||||
@for_each s in $MILESTONE
|
||||
<tr>
|
||||
<td>
|
||||
<table>
|
||||
<td><img src="
|
||||
@if $s.is_ispec_complete
|
||||
../../images/Check.gif
|
||||
@else
|
||||
../../images/blank-20.gif
|
||||
@end
|
||||
" width="22" height="22" alt="Functional Spec"></td>
|
||||
<td><img src="
|
||||
@if $s.is_cases_complete
|
||||
../../images/Check.gif
|
||||
@else
|
||||
../../images/blank-20.gif
|
||||
@end
|
||||
" width="22" height="22" alt="Use Cases"></td>
|
||||
<td><img src="
|
||||
@if $s.is_tests_complete
|
||||
../../images/Check.gif
|
||||
@else
|
||||
../../images/blank-20.gif
|
||||
@end
|
||||
" width="22" height="22" alt="Unit Tests"></td>
|
||||
<td><img src="
|
||||
@if $s.is_tspec_complete
|
||||
../../images/Check.gif
|
||||
@else
|
||||
../../images/blank-20.gif
|
||||
@end
|
||||
" width="22" height="22" alt="Technical Spec"></td>
|
||||
<td><img src="
|
||||
@if $s.is_impl_complete
|
||||
../../images/Check.gif
|
||||
@else
|
||||
../../images/blank-20.gif
|
||||
@end
|
||||
" width="22" height="22" alt="Implementation"></td>
|
||||
</table>
|
||||
</td>
|
||||
<!-- task -->
|
||||
<td width="100%">
|
||||
$s.name
|
||||
</td>
|
||||
<!-- owner -->
|
||||
<td width="25%">
|
||||
$s.owner
|
||||
</td>
|
||||
</tr>
|
||||
@end
|
||||
</scripting>
|
||||
</table>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<!-- detail table -->
|
||||
<table border>
|
||||
<!-- table column headers -->
|
||||
<th>
|
||||
<table>
|
||||
<td>
|
||||
<a href="#legend">
|
||||
<img src="../../images/DocumentDraw.gif" width="22" height="22" alt="Functional Spec" border="0">
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#legend">
|
||||
<img src="../../images/User.gif" width="22" height="22" alt="Use Cases" border="0">
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#legend">
|
||||
<img src="../../images/Help.gif" width="22" height="22" alt="Unit Tests" border="0">
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#legend">
|
||||
<img src="../../images/Hammer.gif" width="22" height="22" alt="Technical Spec" border="0">
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="#legend">
|
||||
<img src="../../images/GoalFlag.gif" width="22" height="22" alt="Implementation" border="0">
|
||||
</a>
|
||||
</td>
|
||||
</table>
|
||||
</th>
|
||||
<th width="100%"><strong>Task Details</strong></th>
|
||||
<!-- <th><strong>Owner</strong></th> -->
|
||||
|
||||
<scripting>
|
||||
@for_each s in $MILESTONE
|
||||
<!-- $s.type header -->
|
||||
<tr>
|
||||
<td colspan="7"><center><strong>$s.name $s.type</strong></center></td>
|
||||
</tr>
|
||||
@for_each t in $s.tasks
|
||||
<tr>
|
||||
<td>
|
||||
<table>
|
||||
<td><img src="
|
||||
@if $t.ispec
|
||||
../../images/Check.gif
|
||||
@else
|
||||
../../images/blank-20.gif
|
||||
@end
|
||||
" width="22" height="22" alt="Functional Spec"></td>
|
||||
<td><img src="
|
||||
@if $t.cases
|
||||
../../images/Check.gif
|
||||
@else
|
||||
../../images/blank-20.gif
|
||||
@end
|
||||
" width="22" height="22" alt="Use Cases"></td>
|
||||
<td><img src="
|
||||
@if $t.tests
|
||||
../../images/Check.gif
|
||||
@else
|
||||
../../images/blank-20.gif
|
||||
@end
|
||||
" width="22" height="22" alt="Unit Tests"></td>
|
||||
<td><img src="
|
||||
@if $t.tspec
|
||||
../../images/Check.gif
|
||||
@else
|
||||
../../images/blank-20.gif
|
||||
@end
|
||||
" width="22" height="22" alt="Technical Spec"></td>
|
||||
<td><img src="
|
||||
@if $t.impl
|
||||
../../images/Check.gif
|
||||
@else
|
||||
../../images/blank-20.gif
|
||||
@end
|
||||
" width="22" height="22" alt="Implementation"></td>
|
||||
</table>
|
||||
</td>
|
||||
<!-- task -->
|
||||
<td>
|
||||
$t.name
|
||||
</td>
|
||||
</tr>
|
||||
@end
|
||||
@end
|
||||
</scripting>
|
||||
</table>
|
||||
|
||||
<br><br>
|
||||
<hr>
|
||||
<br><br>
|
||||
|
||||
<!-- legend table -->
|
||||
<a name="legend">
|
||||
<table border>
|
||||
<tr>
|
||||
<td align="center"><strong>Legend</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table>
|
||||
<tr>
|
||||
<td><img src="../../images/DocumentDraw.gif" width="22" height="22" alt="Functional Spec"></td>
|
||||
<td>Functional Spec</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="../../images/User.gif" width="22" height="22" alt="Use Cases"></td>
|
||||
<td>Use Cases</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="../../images/Help.gif" width="22" height="22" alt="Unit Tests"></td>
|
||||
<td>Unit Tests</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="../../images/Hammer.gif" width="22" height="22" alt="Technical Spec"></td>
|
||||
<td>Technical Spec</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="../../images/GoalFlag.gif" width="22" height="22" alt="Implementation"></td>
|
||||
<td>Implementation</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="../../images/Check.gif" width="22" height="22" alt="Completed"></td>
|
||||
<td>Completed</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</a>
|
||||
<br>
|
||||
|
||||
<!-- 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