Changes between Version 6 and Version 7 of S2S_WEB_RESOURCE_MANIPULATION_R4


Ignore:
Timestamp:
10/21/09 12:19:15 (16 years ago)
Author:
tsachev
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_WEB_RESOURCE_MANIPULATION_R4

    v6 v7  
    1515[[Image(resources-organization.png)]] 
    1616 
     17[[BR]] 
     18These data can be accessed by the sophie 2 server web ui as follow: 
     19 * A user's profile is accessible at url <server-address>users/<user-name> if current user can access it. By default only a own profile is accessible. 
     20  * A user can access it's own profile by clicking Edit Profile link (which is available after login) 
     21 * The resources are accessible at url <server-address>/resources 
     22  * Resources can be viewed by clicking the browse menu item. 
     23  * If current user is logged in the browse menu item navigates to <server-address>/resources/<user-name> 
     24  * The resource contains a folder for every registered user who has some content. 
     25 * The groups are not implemented for now and are not part of these analysis. 
    1726== Task requirements == 
    1827  The following things should be added. 
     28{{{ tsachev: I think this must be removed. 
    1929  * group item in the main menu used for 
    2030        * creating a group 
     
    2333        * a definite user can see only his resources if nobody gives him permission for others 
    2434        * 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. 
     35}}} 
    2536  * add delete button for a definite resource 
    2637  * add upload button, giving the ability to upload a new resource 
     
    3546 
    3647== Implementation idea == 
     48{{{ tsachev: I think this must be removed. 
    3749 * Add group as a new item in the main menu. 
     50}}} 
    3851 * Add "upload" button in the "browse" page. 
    3952 * Add "delete" button next to the "download" one appearing for each resource.