Changes between Initial Version and Version 1 of BOOK_BOTTOM_PANEL_R0


Ignore:
Timestamp:
10/07/08 18:21:41 (17 years ago)
Author:
fire4o
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_BOTTOM_PANEL_R0

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3= Analysis = 
     4^(The purpose of the analysis is to give as much as possible of the needed information for designing and implementing the task.)^ 
     5 
     6== Overview == 
     7^(The analysis of the first revision of each task should contain a brief overview of the whole task. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^[[BR]] 
     8The book bottom panel contains the interface for controling the view of the corresponding book. It is part of the book window. 
     9[[BR]]Revise the panel. Modularize it and extract the extensions. The Analisys should be made carefully. 
     10== Task requirements == 
     11 * Make the existing panel a Sophie module. 
     12 * It should provide an extension to the corresponding extension point of !BookWindow 
     13 * Keep the existing controls. 
     14 
     15== Task result == 
     16The result of this task should be source code. 
     17 
     18== Implementation idea == 
     19^(It is advisable to include some rough implementations ideas.)^ 
     20 
     21== Related == 
     22[[wiki: BOOK_WINDOW_R0]] [[BR]] 
     23[[wiki: PAGE_SELECTOR_R0]] 
     24 
     25== How to demo == 
     26 * Start sophie and create a book.  
     27 * Show the panel. 
     28 
     29= Design = 
     30 
     31= Implementation = 
     32^(Implementation results should be described and linked here (from the wiki or the repository)^ 
     33 
     34= Testing = 
     35 
     36= Comments = 
     37 
     38= Log = 
     39[[Include(wiki:BOOK_BOTTOM_PANEL_R0_LOG)]]