Changes between Version 2 and Version 3 of BASE_DND_R0


Ignore:
Timestamp:
01/23/09 16:09:28 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_DND_R0

    v2 v3  
    77 
    88== Task requirements == 
     9 *  
    910 * Think of the following scenarios of a DND functionalities: 
    1011  * DnD for resources: 
     
    2223     * User should be able to drag files outside Sophie 2.0. 
    2324    * Same applies to Page templates palette, Plug-in palette, Books palette, Pages palette, Book templates palette etc. 
    24      * user should be able to use these to put things in them from the file system and vise versa, or just transfer things from one palette to another( from Page palette to Page templates palette should create a template for the page that is dragged and dropped in the templates palette.). 
    25    *  
     25     * user should be able to use these to put things in them from the file system  
     26and vise versa, or just transfer things from one palette to another  
     27(from Page palette to Page templates palette should create a template  
     28for the page that is dragged and dropped in the templates palette.) . 
     29   * work areas - should process dragging of frame templates, resources (resulting in creating an appropriate frame). 
     30   * books desktop - should process creating a book from a template by dropping that template, should be able to export a book template by dragging it to the book templates. 
     31 * Design base classes that are able to  
    2632 * Unit test for the base implementation. 
    2733== Task result ==