Last modified 16 years ago
Last modified on 01/28/09 19:39:48
Analysis
Overview
Every resource has scope - local, book or server. Every resource is listed in a palette depending on its scope. It should be provided that the scope of the resource could be changed.
Task requirements
- Provide that resources can be drag'n'drop through palettes.
- When a resource is drag from one palette and drop to another then the scope of the resource should be changed depending on that in what palette it was dropped.
Task result
- The result of this task should be source code.
Implementation idea
- The resource should have value property scope() which value will be local, book, server.
Related
How to demo
- Run Sophie 2.0.
- Select a resource that has local scope.
- Drag'n'drop it in the server palette.
- The resource should be displayed in the palette that displays server resources (server palette).
- The scope of the resource should be changed to server.
- The resource should be uploaded to the server.
Design
Implementation
(Implementation results should be described and linked here (from the wiki or the repository))
Testing
Comments
(Write comments for this or later revisions here.)