Changes between Version 4 and Version 5 of S2S_WEB_RESOURCE_MANIPULATION_R4
- Timestamp:
- 10/21/09 11:57:05 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_WEB_RESOURCE_MANIPULATION_R4
v4 v5 16 16 17 17 == Task requirements == 18 The following things should be added to the site.18 The following things should be added. 19 19 * group item in the main menu used for 20 20 * creating a group 21 * searching for a group 22 * adding to a group 23 * giving read or write rights for a member of a group. 21 * adding a member to a group 22 * (optional) giving read or write permissions for a member of a group 23 * a definite user can see only his resources if nobody gives him permission for others 24 * a group name is created by the name chose by the user plus the user's unique name. In this way no groups with equal names can exist. 24 25 * add delete button for a definite resource 25 26 * add upload button, giving the ability to upload a new resource 26 27 * opening a resource now gives a common information for the resource, but some more things should be added: 28 * last change information 29 * all child resources which can also be opened 30 * all the downloaded resources are in the corresponding format(if jpg, in jpg; if pdf in pdf; if sjrb, in sjrb). 31 * frames and pages are not available to be downloaded. 32 * Texts and comments are exported in rtf format. 27 33 == Task result == 28 34 Source code 29 35 30 36 == Implementation idea == 31 ^(Provide some rough implementation idea(s).)^ 32 37 * Add group as a new item in the main menu. 38 * Add "upload" button in the "browse" page. 39 * Add "delete" button next to the "download" one appearing for each resource. 33 40 == Related == 34 ^(Add links to related tasks that could be useful or helpful.)^ 41 RESOURCES_EXPORT_IMPORT_R0 35 42 36 43 == How to demo == 37 ^(Provide instructions for demonstration of the task.)^ 38 44 1. Open "browse" and see there your resources. 45 2. Upload a book resource as the book has a text frame in it. 46 3. Open the book resource and the text resource should be there. 47 4. Open the text resource. 48 5. Download the resource and notice the downloaded resource is in rtf format. 49 50 1. Open "group". 51 2. Create a new group. 52 3. Add an existing user to your group. 53 4. (optional) Give him a permission for reading for an existing resource. 39 54 = Design = 40 55 ^(Describe your design here.)^