Changes between Version 3 and Version 4 of GROUP_LINKS_R0
- Timestamp:
- 03/07/09 09:15:06 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_LINKS_R0
v3 v4 11 11 * The appearance of elements with defined links may be different in different states of the link. 12 12 * [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. 14 14 * Changes done by links are not to be persisted. 15 15 … … 20 20 * Define a GUI for manipulation of links. 21 21 * Define some basic link triggers and actions.(look at subtasks for details) 22 * Links cannot be "executed" while in author mode. 22 23 * Text links(when triggering events are performed on text content) are not mandatory for now. 23 24 * 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. 24 26 25 27 == Task result == … … 49 51 50 52 = 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 * 52 58 53 59 = Implementation =