Changes between Version 6 and Version 7 of TEXT_CHAINING_BEHAVIOUR_R0


Ignore:
Timestamp:
05/27/09 11:48:28 (16 years ago)
Author:
nenko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_CHAINING_BEHAVIOUR_R0

    v6 v7  
    1010 * The user should be able to point which text frame is linked with current flow and witch is not. 
    1111 * There should be automatic linking when flow text frame is used. See more at [wiki:TEXT_AUTO_CHAIN_BEHAVIOUR_R0] 
    12  * If they are 3 linked flow text frames user should have the opportunity to easily reorder them. 
     12 * If there are many linked flow text frames user should have the opportunity to easily reorder/delete/unchain them. 
    1313 
    1414== Task requirements == 
    1515 * Implement chaining prototype 
    1616  * Allow linking frames. One frame should allow connecting to it's beginning and end. This means that the beginning point can only be connected with other frame's end point. 
    17   * When the place in unsufficient for the text content, the rest of the content should be put in the next chained frame. This is related to text layout. 
    18   * If all of the chained frames cannot display the content, the content is cut and a notification is displayed somehow. 
     17  * When the place in unsufficient for the text content (this is related to text layout) : 
     18   * there should be indicator  
     19   * the rest of the content should be put in the next chained frame 
     20  * If all of the chained frames cannot display the content, the content is cut and a notification - a halo in the bottom corner 
    1921 * Implement GUI for chained frames 
    20   * This requirement is optional due to time boxing 
    21   * In Sophie 1 halos for the start and end points are present. See Implementation idea 
    22   * Frame connections should be visible by clicking a menu item or a checkbox in the book bottom panel 
     22  * Linking will be done through a combo box, that lists all available text frames for chaining 
     23  * The combo box will be in the HUD that appears when the indicating halo is clicked 
     24  * These requirement is optional due to time boxing : 
     25   * In Sophie 1 halos for the start and end points are present. See Implementation idea 
     26   * Frame connections should be visible by clicking a menu item or a checkbox in the book bottom panel 
    2327 
    2428== Task result ==