Changes between Version 1 and Version 2 of APP_RESOURCE_LIST_IMPORT_EXPORT_R1


Ignore:
Timestamp:
07/23/09 08:47:21 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_RESOURCE_LIST_IMPORT_EXPORT_R1

    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.)^ 
    7  
    86== 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.)^ 
    10  
     7The goal of this revision is to support import multiple files at once. 
    118== Task requirements == 
    12 ^(List the necessary requirements that the task must fulfill.)^ 
    13  
     9 * Create support for selecting multiple items in the file dialogs  
     10  * This should allow multi book opening and inserting a lot of images or other media at once. 
     11 * Create a menu item in the insert menu that says "Any resource" 
     12  * The file dialog dropdown should have 1 entry - All files (*.*) 
     13  * The tooltip should say "Import any kind of supported resource, folder or zip with resources." 
     14  * When a folder is selected the button should not change to "Open" like it does in the other file dialogs. Insert should be available instead, which should allow import of a folder with resources 
     15  * zip files should be scanned for resources and they should be added to the list with the resources. This should be done carefully, because Sophie internal resources are in zips too. 
     16 * For both, folder and zip, only their supported contents should be added. But if the user has selected an unsupported file, Sophie should try to import it. 
    1417== Task result == 
    15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
     18Code. 
    1619 
    1720== Implementation idea ==