Changes between Initial Version and Version 1 of EMBEDDED_BOOKS_RESOURCE_SUPPORT_R0


Ignore:
Timestamp:
12/29/08 04:32:37 (16 years ago)
Author:
sriggins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EMBEDDED_BOOKS_RESOURCE_SUPPORT_R0

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=EMBEDDED_BOOKS_RESOURCE_SUPPORT_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 
     7= Analysis = 
     8 
     9== Overview == 
     10Embedded Books Resources are just books, but are there any other issues we need to handle?  What about cyclic embedded books?  This task needs to look at resource support and determine if it is sufficient for embedded books. 
     11 
     12== Task requirements == 
     13 
     14 * Make sure resources can handle cyclic references 
     15 * Make sure books as resources can find their own resources 
     16 
     17== Task result == 
     18 
     19The result of this task is a report and possibly code if necessary. 
     20 
     21== Implementation idea == 
     22 
     23 * Book A can import Book B.  Book B can then import Book C.  Book C can import Book A.  The resource library will need to keep track of previously imported resources and if it finds that a resource is already in the book (or a parent resource) it needs to mark the reference with a token that can be resolved later.   This token could be a uri type token or a UUID. 
     24 
     25 * A book needs to be able to find its own resources, so check to see if the resource library is really referencing the resources in the proper book and not some book held onto by the top level book 
     26 
     27== Related == 
     28 
     29[wiki: EMBEDDED_BOOKS_MANAGING_R0] 
     30 
     31== How to demo == 
     32 
     33Report on your findings and discuss any changes to the resource library 
     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.)