Changes between Initial Version and Version 1 of PAGE_PREVIEW_PALETTE_R0


Ignore:
Timestamp:
01/15/09 19:38:54 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PAGE_PREVIEW_PALETTE_R0

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=PAGE_PREVIEW_PALETTE_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= Analysis = 
     6 
     7== Overview == 
     8 
     9The Pages preview palette is a part of the page tab in the left flap of the main window. It contains a list of representations of all pages in the book.  
     10 
     11== Task requirements == 
     12 
     13 * The page palette should list thumbnails of the pages in the currently selected book. 
     14 
     15* Selecting a thumbnail makes this page the current page.  
     16 
     17 * The user can rearrange pages by dragging them up and down. 
     18 
     19 * Multiple pages may be selected.  
     20 
     21 * A selected page or series of pages may be deleted. User should be able to delete by pressing DELETE or BACKSPACE. 
     22 
     23 * Dragging a page template from the right flap into the page preview template is creating a new page from this template. The new page is inserted before, between, or after existing pages depending on where the template was dropped. 
     24 
     25 *(optional for revision R0) A template may be applied to a page by dragging the template to a page in the page preview palette. Apply the same page template to multiple pages should be done by dragging and dropping of a template on a selection of pages.  
     26 
     27== Task result == 
     28The result of this task is source code.   
     29 
     30== Implementation idea == 
     31Add the palette to the left flap and bind the list of its items to the books pages.  
     32 
     33== How to demo == 
     34 * Open the page preview palette and show the thumbnails of all the pages in the book.  
     35 * Rearange them and delete one.  
     36 * Create new page by drag and drop of a template between the pages.  
     37 
     38= Design = 
     39 
     40 
     41= Implementation = 
     42^(Implementation results should be described and linked here (from the wiki or the repository))^ 
     43 
     44= Testing =  
     45 
     46= Comments = 
     47^(Write comments for this or later revisions here.)