Changes between Version 2 and Version 3 of BOOK_TEMPLATES_LISTING_R0
- Timestamp:
- 01/20/09 10:56:46 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_TEMPLATES_LISTING_R0
v2 v3 10 10 * List items should be draggable 11 11 * Other items should be draggable to the list 12 * Applying and saving as template should be connected with proper extension points 13 * The listing should contain separators to divide local book templates from common book templates 14 * Overwriting a common book template invokes a message box containing warning that changes will be applied to all of the books created with a template. You should provide the box, but the functionality is not necessary right now 15 * Currently creating a book from a template is enough for books template behavior. Note that book templates behavior is not part of this task. 12 16 == Task result == 13 17 Code. 14 18 == Implementation idea == 15 ^(It is advisable to include some rough implementations ideas.)^ 19 See analysis of [wiki:BOOK_TEMPLATES_BEHAVIOUR_R0]. See implementation of [wiki:APP_PLUGIN_MANAGER_LIST_R0] as functionality listed there is similar. If it is not implemented yet, consider implementing this tasks in parallel. 16 20 17 21 == Related == 18 ^(Here you can add related tasks that could be useful or helpful.)^ 22 [wiki:BOOK_TEMPLATES_BEHAVIOUR_R0] 19 23 20 24 == How to demo == 21 ^(In this section you must add instructions for the demo of the task.)^ 22 25 Show the book templates palette with the list of the existing templates. As functionality won't be present, explain what controls and user interactions are provided. 23 26 = Design = 24 27