Changes between Version 1 and Version 2 of PRO_CHANGE_INFOS_R0
- Timestamp:
- 12/29/08 16:50:19 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PRO_CHANGE_INFOS_R0
v1 v2 6 6 7 7 = Analysis = 8 ^(The purpose of the analysis is to give as much as possible of the needed information for designing and implementing the task.)^9 8 10 9 == 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.)^ 12 10 The aim of this task is to visualize information, when have the properties been changed. 13 11 == Task requirements == 14 ^(Necessary requirements that the task must fulfill.)^ 12 * Visualize information, when have the properties been changed 13 EXTRA 14 * Create new tests 15 15 16 16 == 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.))^ 17 The result of this task is UI which visualize . 18 18 19 19 == Implementation idea == 20 ^(It is advisable to include some rough implementations ideas.)^ 20 * This task is related with undo manager 21 * You can create an applet which visualize information like change inspektor or simple text. 21 22 22 23 == Related == 23 none 24 [wiki:PRO_CHANGE_UNDO_MANAGER_R0] 24 25 25 26 == How to demo == 26 ^(In this section you must add instructions for the demo of the task.)^ 27 Working tests, which are showing how the appet is working. 27 28 28 29 = Design =