Changes between Version 4 and Version 5 of GROUP_APP_RESOURCE_MANIPULATION_R0


Ignore:
Timestamp:
04/11/09 12:44:03 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_APP_RESOURCE_MANIPULATION_R0

    v4 v5  
    1111 * Edit resources - this is available for some resources 
    1212 * Export resources  
     13 * Meta manipulation 
    1314 
    1415The interactions will be the following 
     
    2526   * Duplicate button creates a copy of a selected resource 
    2627   * Delete button deletes the selected resource. A dialog with a warning will be useful if the resource is used by frames as content. 
     28 * Editable fields in the metapalette of the resource tab - for the resources that the user has writing permission the meta palette should allow editing of the writeable fields (comments, etc) 
    2729== Task requirements == 
    2830 * For this revision you should 
     
    3941 * Make the delete and copy buttons active (clickable) only when a resource is selected 
    4042 * The import button should always be active 
     43 * Implement the editing feature for the meta palette 
     44  * For the editable properties the field should allow text editing. See which fields are editable in the Overview section 
    4145== Task result == 
    4246The result of this task is source code.