Changes between Version 34 and Version 35 of TEXT_AUTO_CHAIN_BEHAVIOUR_R1
- Timestamp:
- 09/15/09 18:22:09 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_AUTO_CHAIN_BEHAVIOUR_R1
v34 v35 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 == … … 61 60 11. Unlink the first frame of the current second page.[[BR]] 62 61 Expected behavior: The first frame in the second frame is unlinked from the chain but it doesn't destruct the link between the other two frames in the chain. They are directly linked. 62 63 63 = Design = 64 ^(Describe your design here.)^ 64 This task depends to a great extent on the design of TEXT_CHAINING_BEHAVIOUR_R1 and should be done in parralel or after it. In order to support auto-chaining, only logics should be changed (if the task mentioned is implemented) since model and views will be designed to support auto chaining. A check for the chaining mode should be performed on every operation related to chaining. If chaining mode is auto, the behaviour should be as described in the analysis section. 65 66 Please refer to the design of TEXT_CHAINING_BEHAVIOUR_R1 for details on chaining, a class diagram and a test. 65 67 66 68 = Implementation =