Changes between Version 3 and Version 4 of GROUP_LINKS_R0


Ignore:
Timestamp:
03/07/09 09:15:06 (16 years ago)
Author:
pap
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_LINKS_R0

    v3 v4  
    1111 * The appearance of elements with defined links may be different in different states of the link. 
    1212 * [wiki:LINKS_COMMONS_R0] has more on this issue. 
    13  * Links have effect only when opened in sophie reader or when in preview mode. 
     13 * Links have effect only when opened in Sophie reader or when in preview mode. 
    1414 * Changes done by links are not to be persisted. 
    1515 
     
    2020 * Define a GUI for manipulation of links. 
    2121 * Define some basic link triggers and actions.(look at subtasks for details) 
     22 * Links cannot be "executed" while in author mode. 
    2223 * Text links(when triggering events are performed on text content) are not mandatory for now.  
    2324 * Some additional tasks should be done - the preview mode of the book and the interactivity of scenes. 
     25 * Changes done in preview mode are not persisted. 
    2426 
    2527== Task result == 
     
    4951 
    5052= Design = 
    51 ^(Describe your design here.)^ 
     53 * Make a !ResourceRef class.  
     54  * It should hold a reference to a Resource (in the form of its ID). 
     55  * It should have a getResource method that finds the corresponding resource 
     56  * When a resource is cloned all !ReourceRefs in it pointing to some owned subresources should change their reference to the cloned resources. 
     57 *  
    5258 
    5359= Implementation =