📄 lib0015.html
字号:
<html>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<head>
<title>Architect's Exercise: ProjectTrak</title>
<link rel="STYLESHEET" type="text/css" href="images/xpolecat.css">
<link rel="STYLESHEET" type="text/css" href="images/ie.content.css">
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td><div STYLE="MARGIN-LEFT: 0.15in;"><a href="toc.html"><img src="images/teamlib.gif" width="62" height="15" border="0" align="absmiddle" alt="Team LiB"></a></div></td>
<td align="right"><div STYLE="MARGIN-LEFT: 0.15in;">
<a href="LiB0014.html"><img src="images/previous.gif" width="62" height="15" border="0" align="absmiddle" alt="Previous Section"></a>
<a href="LiB0016.html"><img src="images/next.gif" width="41" height="15" border="0" align="absmiddle" alt="Next Section"></a>
</div></td></tr></table>
<br>
<div class="chapter">
<a name="ch02"></a>
<div class="section">
<h2 class="first-section-title"><a name="74"></a><a name="ch02lev1sec5"></a>Architect's Exercise: ProjectTrak</h2><p class="first-para">ProjectTrak is an open source project management tool. Although some companies have budgets that allow them to buy commercial project management software for their architects and project managers, many do not. Because project management software is an essential tool for any large-scale development, there is a value in having an open source (free) alternative. The ProjectTrak project is hosted at <a target="_top" class="url" href="http://projecttrak.sourceforge.net/">http://projecttrak.sourceforge.net/</a>. A <a name="75"></a><a name="IDX-24"></a>subset of the project's use-case analysis is presented in <a class="internaljump" href="#ch02fig01">figure 2.1</a>. A complete set of use cases is distributed with the project's source.</p>
<div class="miscfigure">
<table class="BlueLine" border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td bgcolor="000080" class="bluecell"><font size="2" face="Arial" color="010100"><b><img src="_.gif" width="1" height="2" alt="Start Figure" border="0"></b></font></td>
</tr>
</table>
<a name="76"></a><a name="ch02fig01"></a>
<blockquote class="blockquote">
<p class="first-para">
<b class="bold">The system will allow users to define, view, and save project information.</b>
</p>
<ul class="itemizedlist">
<li class="first-listitem">
<p class="first-para">Projects have a name, any number of project tasks, and any number of project resource personnel. In addition, it will track the date the project was created and last updated.</p>
</li>
</ul>
<p class="para">
<b class="bold">The system will allow users to define, edit, and display project tasks.</b>
</p>
<ul class="itemizedlist">
<li class="first-listitem">
<p class="first-para">A project task has a name, an estimate (in hours), percent complete, one assigned personnel resource, any number of dependent tasks, and a priority (high/medium/low).</p>
</li>
</ul>
<p class="para">
<b class="bold">The system will compute work schedule information about project tasks.</b>
</p>
<ul class="itemizedlist">
<li class="first-listitem">
<p class="first-para">A projected start date and end date will be computed for each task. This date range will be consistent with the number of working hours available for the assigned resource. This projected date range will not conflict with the range generated for other tasks assigned to this resource.</p>
</li>
<li class="listitem">
<p class="first-para">The order that tasks are completed will be consistent with their priority assignment.</p>
</li>
<li class="listitem">
<p class="first-para">The order that tasks are completed will be consistent with the dependent tasks listed.</p>
</li>
</ul>
</blockquote>
<table class="BlueLine" border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td bgcolor="000080" class="bluecell"><font size="2" face="Arial" color="010100"><b><img src="_.gif" width="1" height="2" alt="End Figure" border="0"></b></font></td>
</tr>
</table>
<br style="line-height: 1">
<span class="miscfigure-title"><span class="figure-titlelabel">Figure 2.1: </span>ProjectTrak Use-Case Examples</span>
</div>
</div>
</div><br>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td><div STYLE="MARGIN-LEFT: 0.15in;"><a href="toc.html"><img src="images/teamlib.gif" width="62" height="15" border="0" align="absmiddle" alt="Team LiB"></a></div></td>
<td align="right"><div STYLE="MARGIN-LEFT: 0.15in;">
<a href="LiB0014.html"><img src="images/previous.gif" width="62" height="15" border="0" align="absmiddle" alt="Previous Section"></a>
<a href="LiB0016.html"><img src="images/next.gif" width="41" height="15" border="0" align="absmiddle" alt="Next Section"></a>
</div></td></tr></table>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -