Changes between Version 1 and Version 2 of APP_RESOURCE_LIST_IMPORT_EXPORT_R0


Ignore:
Timestamp:
02/02/09 14:46:50 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_RESOURCE_LIST_IMPORT_EXPORT_R0

    v1 v2  
    44 
    55= Analysis = 
    6 ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^ 
    76 
    87== 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.)^ 
     8Using 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. 
    109 
    1110== 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. 
    1313 
    1414== 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. 
    1616 
    1717== Implementation idea == 
    18 ^(Provide some rough implementation idea(s).)^ 
     18 * Implement drag'n'drop functionality using [wiki:BASE_DND_R0]. 
     19 *  
    1920 
    2021== Related == 
    21 ^(Add links to related tasks that could be useful or helpful.)^ 
     22 * [wiki:BASE_RESOURCE_COMMONS_R0] 
     23 * [wiki:BASE_DND_R0] 
    2224 
    2325== 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. 
    2529 
    2630= Design =