Changes between Version 4 and Version 5 of S2S_WEB_RESOURCE_MANIPULATION_R4


Ignore:
Timestamp:
10/21/09 11:57:05 (16 years ago)
Author:
milen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_WEB_RESOURCE_MANIPULATION_R4

    v4 v5  
    1616 
    1717== Task requirements == 
    18   The following things should be added to the site. 
     18  The following things should be added. 
    1919  * group item in the main menu used for 
    2020        * 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. 
    2425  * add delete button for a definite resource 
    2526  * 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.  
    2733== Task result == 
    2834Source code 
    2935 
    3036== 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.  
    3340== Related == 
    34 ^(Add links to related tasks that could be useful or helpful.)^ 
     41RESOURCES_EXPORT_IMPORT_R0 
    3542 
    3643== How to demo == 
    37 ^(Provide instructions for demonstration of the task.)^ 
    38  
     441. Open "browse" and see there your resources. 
     452. Upload a book resource as the book has a text frame in it. 
     463. Open the book resource and the text resource should be there. 
     474. Open the text resource. 
     485. Download the resource and notice the downloaded resource is in rtf format. 
     49   
     501. Open "group". 
     512. Create a new group. 
     523. Add an existing user to your group. 
     534. (optional) Give him a permission for reading for an existing resource. 
    3954= Design = 
    4055^(Describe your design here.)^