Version 4 (modified by vanya, 15 years ago) (diff) |
---|
Analysis
Overview
Users should be able to achieve the following actions with Drag'n'Drop in the application.
- User should be able to embed a book by dragging book from open books palette to the current book. (OPTIONAL)
- The embedded book should be linked
- 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.
- Dragging a page resource from the resources palette to the page should do nothing
- Dragging a page (pages) from the page preview palette to the page preview palette should put the selected page(s) to the desired position
- If the selection is not by neighbour pages, they should become neighbour and should be put where dropped
- A highlight between pages should appear before dropping of the dragged page(s)
- 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
- The target page should be highlighted before the drop
- 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
- A highlight between pages should appear before the drop
- Dragging a page from the resources palette to the page preview palette between pages puts the page in the page sequence (links it)
- A highlight between pages should appear before the drop
- 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)
- A highlight between pages should appear before the drop
- Dragging image resource to an empty space of the page work area should create a frame and link the resource in it
- Dragging text resource to an empty space of the page work area should create a frame and link the resource in it
- Dragging a book resource to an empty space of the page work area should create a frame and link the book in it
- Dragging an audio resource to an empty space of the page work area should create a frame and link the audio in it
- Dragging a video resource to an empty space of the page work area should create a frame and link the video in it
- Draggging a pdf resource to an empty space of the page work area should create a frame and link the PDF in it
- 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.
- If one of the above resources is dropped over the content of an existing frame, it should replace it's content (OPTIONAL)
- If an image resource is dropped over the padding space of an existing frame, it should replace it's background
- If other resource is dropped over the padding space of an existing frame, nothing should happen
- Dragging a frame (using titlebar) to another book should copy the frame (including contents) to the other book
- Drag'n'drop of styled text
Optional functionalities that can be achieved for this or left for the next revision are:
- Pressing CTRL before the drop forces copy instead of link
- Pressing Alt before the drop forces link instead of copy
- Reordering pages in page preview palette
Task requirements
- Implement a working Drag'n'Drop action for the different levels of items in the application:
- Resources
- Frames
- Pages
- Books
Task result
- Task result should be code
Implementation idea
(Provide some rough implementation idea(s).)
Related
http://sophie2.org/trac/wiki/InteractionAndGraphicsDesign/DragNDrop http://sophie2.org/trac/wiki/GlobalSpecification/DragNDrop
How to demo
- Run Sophie2
- Create a new book and add frames with different resources in it
- Execute all the actions from the overview and see if they achieve the expected results
Design
(Describe your design here.)
Implementation
(Describe and link the implementation results here (from the wiki or the repository).)
Testing
(Place the testing results here.)
Comments
(Write comments for this or later revisions here.)