Team:Groningen/Project Plan/Inception/2
From 2009.igem.org
(Difference between revisions)
(Tasks for configuration manager + list of other roles.) |
m (Added a done/todo count.) |
||
Line 8: | Line 8: | ||
Overall objective: Choose idea we're going to work on. The most important requirements should be identified. | Overall objective: Choose idea we're going to work on. The most important requirements should be identified. | ||
- | Tasks per role: | + | Tasks per role<span id="doneCount"></span>: |
* [[:Category:Team:Groningen/Roles/Analyst|Analyst]] | * [[:Category:Team:Groningen/Roles/Analyst|Analyst]] | ||
Line 38: | Line 38: | ||
* [[:Category:Team:Groningen/Roles/Tester|Tester]] | * [[:Category:Team:Groningen/Roles/Tester|Tester]] | ||
* [[:Category:Team:Groningen/Roles/Treasurer|Treasurer]] | * [[:Category:Team:Groningen/Roles/Treasurer|Treasurer]] | ||
+ | |||
+ | <!-- This counts the number of todo/done items and puts the results in the element with id doneCount. --> | ||
+ | <html> | ||
+ | <script type="text/javascript" src="http://o.aolcdn.com/dojo/1.3.0/dojo/dojo.xd.js"></script> | ||
+ | <script type="text/javascript"> | ||
+ | var doneCount = document.getElementById('doneCount'); | ||
+ | var numTodo = dojo.query('.todo').length; | ||
+ | var numDone = dojo.query('.done').length; | ||
+ | doneCount.innerHTML = ' (' + numDone + ' out of ' + (numDone+numTodo) + ' done)'; | ||
+ | </script> | ||
+ | </html> | ||
===Resources=== | ===Resources=== |
Revision as of 13:13, 14 May 2009
[http://2009.igem.org/Team:Groningen http://2009.igem.org/wiki/images/f/f1/Igemhomelogo.png]
|
|
|
---|
Plan
End date: 2009-05-18
Overall objective: Choose idea we're going to work on. The most important requirements should be identified.
Tasks per role:
- Analyst
- Change Control Manager
- Role not used (yet).
- Configuration Manager
- Basic wiki finished.
- DONE Front page
- DONE Some categories
- ???
- TODO Survey possibilities wiki and mathworks
- ???
- Change Request
- Not used (yet).
- Project Repository
- DONE Rough structure for Wiki.
- DONE Guidelines for what should go on what medium (Wiki/Google Docs/Network drive).
- ?
- Basic wiki finished.
- Designer
- Facility Manager
- Implementer
- Integrator
- Modeller
- Project Manager
- Public Relations Officer
- Reviewer
- Scribe
- Stakeholder
- Tester
- Treasurer
Resources
[Resources needed for the iteration — material, human, financial, and so on.]
Use Cases
[List the use cases and scenarios that are being developed for this iteration.]
Evaluation Criteria
[Functionality, performance, capacity, quality measures, quality goals, and so forth.]
Retrieved from "http://2009.igem.org/Team:Groningen/Project_Plan/Inception/2"