Changes between Initial Version and Version 1 of PAGE_STRUCTURE_EDITING_R0


Ignore:
Timestamp:
01/29/09 14:46:42 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PAGE_STRUCTURE_EDITING_R0

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=PAGE_STRUCTURE_EDITING_R0, 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 
     6= Analysis = 
     7 
     8== Overview == 
     9Pages structure is displayed and edited by the page structure palette, which is part of the page tab in the left flap of the book window.  
     10 
     11== Task requirements == 
     12 
     13 * The user should be able to change the frame title.  
     14 
     15 * The user should be able to drag up and down a frame changing its Z order.  
     16 
     17 * The user should be able to change visibility of the frames.  
     18 
     19== Task result == 
     20The result of this task is source code.   
     21 
     22== Implementation idea == 
     23 Auto compute the Z order of a frame depending on its position it the page structure palettes list.  
     24 Add a checkbox left to every frame`s title in the palette indicating whether the frame should be visible. Add a flag into the model too.   
     25 
     26== Related == 
     27 * [wiki:PAGE_STRUCTURE_DISPLAYING_R0] 
     28 
     29== How to demo == 
     30 
     31 * Drag a frame to the highest position in the palette list and show that it is displayed over all frames in the page. 
     32 * Rename a frame in the palette and show how its title in the page also changes.  
     33  
     34= Design = 
     35 
     36 
     37= Implementation = 
     38^(Implementation results should be described and linked here (from the wiki or the repository))^ 
     39 
     40= Testing = 
     41 
     42= Comments = 
     43^(Write comments for this or later revisions here.)