Changes between Initial Version and Version 1 of UNPLANNED_META_CHANGES_R2


Ignore:
Timestamp:
10/20/09 17:12:13 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UNPLANNED_META_CHANGES_R2

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     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 
     5= Analysis = 
     6 
     7== Overview == 
     8There are some problems with the significance of model changes and the meta changes for them.  
     9 
     10== Task requirements == 
     11 The model changes should be undone and redone in a group:   
     12  
     13 * All sequential changes of the same type made for a short period of time: 
     14  ** writting text 
     15  ** changing color in the color picker. 
     16 
     17 * Changes made over the same model of the same bound control without closing it.  
     18 
     19== Task result == 
     20The result of this task will be source code. 
     21 
     22== Implementation idea == 
     23Change the way model changes are grouped for undo-redo operations. It is good for the significant change that groups all insignificant to be registered first instead of last in the group. 
     24 
     25== Related == 
     26[wiki: UNPLANED_META_CHANGES_R0] 
     27[wiki: UNPLANED_META_CHANGES_R1] 
     28 
     29== How to demo == 
     30Open the appearance hud. Change the color of the border gradually and then undo it in one undo operation. 
     31Insert text frame. Write some code, wait for a little while and then write some code again. The undo-redo of the writing text should be done it two steps.  
     32 
     33= Design = 
     34^(Describe your design here.)^ 
     35 
     36= Implementation = 
     37^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     38 
     39= Testing = 
     40^(Place the testing results here.)^ 
     41 
     42= Comments = 
     43^(Write comments for this or later revisions here.)