plan/pplan.xhtml
author saiam
Wed, 05 Nov 2008 20:58:04 +0000
changeset 10 78d81d5c2d61
permissions -rw-r--r--
Fixed some CMakeLists :)
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>AS-0.1102 Project plan</title>
</head>

<body>

<div style="text-align: center">
<h3>AS-0.1102 - project plan</h3>
<h1>Subject <i>subject number</i> - <i>project subject</i></h1>
</div>

<h3>Authors:</h3>

<table>
<tr>
<td>79171V</td>
<td>Atle Kivelä</td>
<td><a href="mailto:atle.kivela@tkk.fi">atle.kivela@tkk.fi</a></td>
</tr>
<tr>
<td></td>
<td>Keijo Kommentoija</td>
<td><a href="mailto:kkommento@kommarit.ru">kkommento@kommarit.ru</a></td>
</tr>
<tr>
<td>56789W</td>
<td>Diana Dokumentoija</td>
<td><a href="mailto:ddokumen@cc.hut.fi">ddokumen@cc.hut.fi</a></td>
</tr>
</table>

<h3>Last updated: </h3>

<p>01.01.2006</p>

<h2>Requirement specification</h2>

<p>In this chapter you must define what your program must do and what additional features it may have.
You can for example order requirements in order of importance. Please make clear which features are
mandatory for the program and which are additional features.</p>

<p>Do not specify the functionality of your program in source code level, but define what user can do with your 
program.</p>

<h2>Program architecture</h2>

<p>In this chapter you must tell how you can fulfill the requirement specification. What architectural structures
and interfaces you need. You must also draw some kind of diagram(s) of your program. Those don't need to be in UML or SA/SD
format, but diagrams must clarify the structure of your program.</p>

<p>Do not write your source code here. You may write definitions of some ADT:s or function prototypes if those
make it easier to understand your architectural decisions.</p>

<p>Please tell also what other possibilities there are to solve the problem and why you decided to do it in
the way you decided.</p>


<h2>Tasks sharing</h2>

<p>In this chapter you must tell how you will share the tasks inside your group ie. you must tell the duty of every 
single person in your group.</p>

<p>you must also tell in which part of the project you must co-operate to make your program to work.</p>

<h2>Program testing</h2>

<p>In this chapter you must tell how you are going to test your program and how you make sure that every part of it
really works.</p>

<h2>Project schedule</h2>

<p>In this chapter you must plan the schedule of your project. When to start, when the modules must be ready,
when to test modules, when to integrate and do the final tests and document.</p>

<h2>References</h2>

<p>In this chapter you must tell what references you have used and will use during your project.
You must also tell if you plan to use some software components , which you haven't written yourself,
in your program.</p>

</body>
</html>