Changes between Version 1 and Version 2 of GROUP_CHANGES_R0
- Timestamp:
- 05/21/09 13:51:48 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_CHANGES_R0
v1 v2 4 4 5 5 = Analysis = 6 ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^7 6 8 7 == Overview == 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.)^ 8 * Changes should be split into significant and non-significant. Significant means that the change will be shown to the user as one change. For example - resizing of frame by mouse should be shown to the user as one change on mouse drop. 9 * Changes should allow undo/redo/skip and unskip 10 * Undo/Redo/Skip.. should undo/redo/skip... significant changes, for later revisions 11 * Changes should be split into primitive and complex changes. Complex changes are groups of primitive changes. Groups are defined by developers. 10 12 11 13 == Task requirements == 12 ^(List the necessary requirements that the task must fulfill.)^ 13 14 * Create a list with common significant changes, what is present to the user as one change on mouse drop, after timeout, etc. 15 * In Design section create a table with primitive changes 16 * Define basic complex changes and what primitive changes do they contain. 14 17 == Task result == 15 18 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^