Changes between Version 1 and Version 2 of APP_RESOURCE_LIST_IMPORT_EXPORT_R0
- Timestamp:
- 02/02/09 14:46:50 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_RESOURCE_LIST_IMPORT_EXPORT_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 Using drag'n'drop or the appropriate buttons resources should be able to be saved to the file system. For example, an image resource should be able to be saved as an image to the file system. What is more, an image resource should be created after pressing the appropriate button or after a drop to any of the palettes with resources. 10 9 11 10 == Task requirements == 12 ^(List the necessary requirements that the task must fulfill.)^ 11 * Provide that resources could be saved to the file system. 12 * Provide that resources could be created with files from the file system. 13 13 14 14 == Task result == 15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 15 * The result of this task should be source code. 16 16 17 17 == Implementation idea == 18 ^(Provide some rough implementation idea(s).)^ 18 * Implement drag'n'drop functionality using [wiki:BASE_DND_R0]. 19 * 19 20 20 21 == Related == 21 ^(Add links to related tasks that could be useful or helpful.)^ 22 * [wiki:BASE_RESOURCE_COMMONS_R0] 23 * [wiki:BASE_DND_R0] 22 24 23 25 == How to demo == 24 ^(Provide instructions for demonstration of the task.)^ 26 * Run Sophie 2.0. 27 * Drag an image to a palette with resources. 28 * It should appear as an image resource in the appropriate palette. 25 29 26 30 = Design =