Changes between Initial Version and Version 1 of FULL_BOOK_FORMAT_R0


Ignore:
Timestamp:
01/27/09 14:02:36 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FULL_BOOK_FORMAT_R0

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary= FULL_BOOK_FORMAT_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 == 
     9 
     10The user may want to read a book offline. This meant that there should not be any remote resources.  
     11 
     12== Task requirements == 
     13 
     14 * A book can be saved as a full by File > Save Full Book [[BR]] 
     15    First the book is saved and closed. [[BR]] 
     16    Then a full book is generated and opened. [[BR]] 
     17 
     18 * When a book is saved as a full all remote resources should become embedded.  
     19 
     20 * User should be able to add only embedded resources to a full book.  
     21 
     22== Task result == 
     23 
     24The result of this task is source code.  
     25 
     26== Implementation idea == 
     27 
     28Add a flag indicating that a book is full. When adding resources check if the flag is up and embed all resources.  
     29 
     30== How to demo == 
     31 
     32 * Save a full copy of the book and demonstrate how it is generated and opened.  
     33 * Show how the book could be read offline.  
     34 
     35= Design = 
     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.)