Changes between Version 1 and Version 2 of APP_RESOURCE_LIST_BOOK_ACTIONS_R0
- Timestamp:
- 01/29/09 14:56:15 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_RESOURCE_LIST_BOOK_ACTIONS_R0
v1 v2 4 4 5 5 = Analysis = 6 ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^7 6 8 7 == Overview == 9 ^(Provide a brief overview of the whole task in its first revision. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 8 Many of the operations over the list with resources will be executed through the palette where the resources are displayed. The scope of the resources will be changed through drag'n'drop from one palette to another. 10 9 11 10 == Task requirements == 12 ^(List the necessary requirements that the task must fulfill.)^ 11 * Provide that resources can be drag'n'drop inside the palette and between palettes with resources. 12 * Provide that a resource can be deleted using 'Del'. 13 * Provide that a resource can be drag'n'drop from a palette to a frame and a content of the frame will be changed to this resource. 14 * Provide that a resource will be displayed in the palette when it is created. 13 15 14 16 == Task result == 15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 17 * The result of this task should be source code. 16 18 17 19 == Implementation idea == 18 ^(Provide some rough implementation idea(s).)^ 20 * Use [wiki:BASE_DND_R0] to implement drag'n'drop functionality of the resources list. 21 * 19 22 20 23 == Related == 21 ^(Add links to related tasks that could be useful or helpful.)^ 24 * [wiki:BASE_RESOURCE_COMMONS_R0] 25 * [wiki:BASE_RESOURCE_POINTS_R0] 26 * [wiki:BASE_DND_R0] 27 * [wiki:BASE_RESOURCE_PROPERTIES_SCOPE_R0] 28 22 29 23 30 == How to demo == 24 ^(Provide instructions for demonstration of the task.)^ 31 * Run Sophie 2.0 32 * Drag a local resource and drop it in the palette with book resources. 33 * The scope of the resource should be changed. 34 * Delete a resource pressing 'Del'. 35 * The resource should be deleted. 36 * Drag a resource and drop it over a frame. 37 * The content of the frame should be changed according to the new resource. 25 38 26 39 = Design =