Changes between Version 2 and Version 3 of APP_DND_INTERACTION_R0


Ignore:
Timestamp:
10/28/09 08:54:36 (15 years ago)
Author:
vanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_DND_INTERACTION_R0

    v2 v3  
    66 
    77== Overview == 
    8 * Achieve the following 
    9   * User should be able to embed a book by dragging book from open books palette to the current book. - optional 
    10    * The embedded book should be linked 
    11    * When not appropriate action is executed (e.g. trying to embed a book in itself) message warning for the inappropriate must be evoked.  
    12   * Dragging a page resource from the resources palette to the page should do nothing - ok 
    13   * Dragging a page (pages) from the page preview palette to the page preview palette should put the selected page(s) to the desired position 
    14    * If the selection is not by neighbour pages, they should become neighbour and put where dropped 
    15    * A highlight between pages should appear before drop 
    16   * Dragging a page template from the library tab over an existing page in the page preview palette should apply the template to the page it was dropped on 
    17    * The target page should be highlighted before the drop 
    18   * Dragging a page template from the library tab before/after an existing page in the page preview palette should create a new page from the selected template and put it where it was dropped  
    19    * A highlight between pages should appear before the drop 
    20   * Dragging a page from the resources palette to the page preview palette between pages puts the page in the page sequence (links it) 
    21    * A highlight between pages should appear before the drop 
    22   * Dragging a page from the resources palette to the page preview palette over an existing page replaces the targed page with the dropped one (linked) 
    23    * A highlight between pages should appear before the drop 
    24   * Dragging image resource to an empty space of the page work area should create a frame and link the resource in it - ok 
    25   * Dragging text resource to an empty space of the page work area should create a frame and link the resource in it - ok 
    26   * Dragging a book resource to an empty space of the page work area should create a frame and link the book in it - ok 
    27   * Dragging an audio resource to an empty space of the page work area should create a frame and link the audio in it - ok 
    28   * Dragging a video resource to an empty space of the page work area should create a frame and link the video in it - ok 
    29   * Draggging a pdf resource to an empty space of the page work area should  create a frame and link the PDF in it - ok 
    30   * Dragging any resource to an empty space of the page work area or resources palette of another book should copy the resource to the target book. The resource should have the same name as it was in the previous boook. - ok 
    31   * If one of the above resources is dropped over the content of an existing frame, it should replace it's content - later 
    32   * If an image resource is dropped over the padding space of an existing frame, it should replace it's background - ok 
    33    * If other resource is dropped over the padding space of an existing frame, nothing should happen - ok 
    34   * Dragging a frame (using titlebar) to another book should copy the frame (including contents) to the other book - not defined yet 
    35   * Pressing CTRL before the drop forces copy instead of link - optional 
    36   * Pressing Alt before the drop forces link instead of copy - optional 
     8Users should be able to achieve the following actions with Drag'n'Drop of an item in the application. 
    379 
    38 * Reordering pages in page preview palette - optional 
    39 * Drag'n'drop of styled text - ok 
     10 * User should be able to embed a book by dragging book from open books palette to the current book. (OPTIONAL) 
     11  * The embedded book should be linked 
     12  * When an inappropriate action is executed (e.g. trying to embed a book in itself) an adequate warning message for the forbidden action must be evoked.  
     13 * Dragging a page resource from the resources palette to the page should do nothing 
     14 * Dragging a page (pages) from the page preview palette to the page preview palette should put the selected page(s) to the desired position 
     15  * If the selection is not by neighbour pages, they should become neighbour and should be put where dropped 
     16  * A highlight between pages should appear before dropping of the dragged page(s) 
     17 * Dragging a page template from the library tab over an existing page in the page preview palette should apply the template to the page it was dropped on 
     18  * The target page should be highlighted before the drop 
     19 * Dragging a page template from the library tab before/after an existing page in the page preview palette should create a new page from the selected template and put it where it was dropped  
     20  * A highlight between pages should appear before the drop 
     21 * Dragging a page from the resources palette to the page preview palette between pages puts the page in the page sequence (links it) 
     22  * A highlight between pages should appear before the drop 
     23 * Dragging a page from the resources palette to the page preview palette over an existing page replaces the targed page with the dropped one (linked) 
     24  * A highlight between pages should appear before the drop 
     25 * Dragging image resource to an empty space of the page work area should create a frame and link the resource in it 
     26 * Dragging text resource to an empty space of the page work area should create a frame and link the resource in it 
     27 * Dragging a book resource to an empty space of the page work area should create a frame and link the book in it 
     28 * Dragging an audio resource to an empty space of the page work area should create a frame and link the audio in it 
     29 * Dragging a video resource to an empty space of the page work area should create a frame and link the video in it 
     30 * Draggging a pdf resource to an empty space of the page work area should  create a frame and link the PDF in it 
     31 * Dragging any resource to an empty space of the page work area or resources palette of another book should copy the resource to the target book. The resource should have the same name as it was in the previous boook. 
     32 * If one of the above resources is dropped over the content of an existing frame, it should replace it's content (OPTIONAL) 
     33 * If an image resource is dropped over the padding space of an existing frame, it should replace it's background 
     34  * If other resource is dropped over the padding space of an existing frame, nothing should happen 
     35 * Dragging a frame (using titlebar) to another book should copy the frame (including contents) to the other book 
     36 * Drag'n'drop of styled text 
     37 
     38Optional functionalities that can be achieved for this or left for the next revision are: 
     39 * Pressing CTRL before the drop forces copy instead of link 
     40 * Pressing Alt before the drop forces link instead of copy 
     41 * Reordering pages in page preview palette 
    4042 
    4143== Task requirements == 
    42 ^(List the necessary requirements that the task must fulfill.)^ 
     44 * Implement a working Drag'n'Drop action for the different levels of items in the application: 
     45  * Resources 
     46  * Frames 
     47  * Pages 
     48  * Books 
    4349 
    4450== Task result == 
    45 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
     51 * Task result should be code 
    4652 
    4753== Implementation idea == 
     
    5359 
    5460== How to demo == 
    55 ^(Provide instructions for demonstration of the task.)^ 
     61 * Run Sophie2 
     62 * Create a new book and add frames with different resources in it 
     63 * Execute all the actions from the overview and see if they achieve the expected results 
    5664 
    5765= Design =