Changes between Version 6 and Version 7 of BASE_RESOURCE_COMMONS_R0


Ignore:
Timestamp:
12/02/08 15:34:31 (16 years ago)
Author:
Tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_RESOURCE_COMMONS_R0

    v6 v7  
    77 
    88== Overview == 
    9 Resource is an object that can be persisted. Resources can be frame content.[[BR]] 
     9Resource is an object that can be persisted. Resources can be frame content. Resource can be used in the timeline.[[BR]] 
    1010 
    11 Types of resources 
     11Base resource model 
     12 * !UUID 
     13 * target 
     14  * data 
     15  * !URL 
     16 * !MetaInfo 
     17 
     18Types of resource targets. 
    1219 * Text 
    1320 * Audio 
     
    1724 
    1825!MetaInfo of the resource is: 
    19  * info for the author of the resource 
    20  * info for the date the resource was created 
    21  * info for the dimensions of the image (if the target of the resource is an image) 
     26 * info about the author of the resource 
     27 * info about the date the resource was created 
     28 * info when the resource was last modified 
     29 * info who was the last that modified the resource 
     30 * info about the dimensions of the image (if the target of the resource is an image) 
    2231 * etc. 
     32 
     33Operations over a resource: 
     34 * The resource can be created. 
     35 * The resource can be modified (in a separate window - resource view). 
     36 * The resource can be deleted. 
     37 * The resource can be persisted. 
     38 * The resource can be imported(exported) on a server. 
    2339 
    2440== Task requirements ==