Changes between Version 1 and Version 2 of TEXT_CHAIN_AUTO_R0


Ignore:
Timestamp:
11/09/09 17:20:19 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_CHAIN_AUTO_R0

    v1 v2  
    44 
    55= Analysis = 
    6 ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^ 
    7  
    86== 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.)^ 
    10  
     7Autochaining should be more stable 
    118== Task requirements == 
    12 ^(List the necessary requirements that the task must fulfill.)^ 
    13  
     9 * Add an item "Autochain" in the chain dropdown and remove the autochain button. 
     10  * The item may be italic in order to be clear that it is not a regular item 
     11  * When autochaining is enabled, a template for this page is automatically added. 
     12   * When a page is modified, a new template is created automatically.  
     13   * New pages appear with the layout of the last page in the chain. 
     14 * When the text overflows, a new page with the same layout is created at the end of the page sequence 
     15  * The page may contain more than one auto chained frame 
     16 * When text is deleted and the flow no longer fills all of the frames on a page 
     17  * If the page has local modifications, it is not deleted 
     18  * If there are previous pages without local modifications, they are deleted (there should not be text from other flows) 
     19 * When a text frame is full and unchained, make a red glow to indicate that there is text that is not displayed 
     20  * This glow should be visible in author mode only 
    1421== Task result == 
    15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
    16  
     22Code 
    1723== Implementation idea == 
    1824^(Provide some rough implementation idea(s).)^