Changes between Version 30 and Version 31 of PageTemplates/TaskPageTemplate
- Timestamp:
- 01/20/09 12:48:50 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PageTemplates/TaskPageTemplate
v30 v31 3 3 [[TicketQuery(summary=TASK_NAME_HERE, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] 4 4 5 6 7 5 = Analysis = 8 ^( The purpose of the analysis is to give as much as possible of the needed information for designing and implementing the task.)^6 ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^ 9 7 10 8 == Overview == 11 ^( The analysis of the first revision of each task should contain a brief overview of the whole task. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^9 ^(Provide a brief overview of the whole task in its first revision. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 12 10 13 11 == Task requirements == 14 ^( Necessary requirements that the task must fulfill.)^12 ^(List the necessary requirements that the task must fulfill.)^ 15 13 16 14 == Task result == 17 ^( The Analysis should contain strict requirements about the end product of the task (for example the result must be source code, the result must be google doc, etc.))^15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 18 16 19 17 == Implementation idea == 20 ^( It is advisable to include some rough implementations ideas.)^18 ^(Provide some rough implementation idea(s).)^ 21 19 22 20 == Related == 23 ^( Here you can addrelated tasks that could be useful or helpful.)^21 ^(Add links to related tasks that could be useful or helpful.)^ 24 22 25 23 == How to demo == 26 ^( In this section you must add instructions for the demoof the task.)^24 ^(Provide instructions for demonstration of the task.)^ 27 25 28 26 = Design = 27 ^(Describe your design here.)^ 29 28 30 29 = Implementation = 31 ^( Implementation results should be described and linked here (from the wiki or the repository))^30 ^(Describe and link the implementation results here (from the wiki or the repository).)^ 32 31 33 32 = Testing = 33 ^(Place the testing results here.)^ 34 34 35 35 = Comments =