Changes between Version 6 and Version 7 of S2S_WEB_RESOURCE_MANIPULATION_R4
- Timestamp:
- 10/21/09 12:19:15 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_WEB_RESOURCE_MANIPULATION_R4
v6 v7 15 15 [[Image(resources-organization.png)]] 16 16 17 [[BR]] 18 These 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. 17 26 == Task requirements == 18 27 The following things should be added. 28 {{{ tsachev: I think this must be removed. 19 29 * group item in the main menu used for 20 30 * creating a group … … 23 33 * a definite user can see only his resources if nobody gives him permission for others 24 34 * 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 }}} 25 36 * add delete button for a definite resource 26 37 * add upload button, giving the ability to upload a new resource … … 35 46 36 47 == Implementation idea == 48 {{{ tsachev: I think this must be removed. 37 49 * Add group as a new item in the main menu. 50 }}} 38 51 * Add "upload" button in the "browse" page. 39 52 * Add "delete" button next to the "download" one appearing for each resource.