Changes between Version 11 and Version 12 of GROUP_RESOURCE_R0
- Timestamp:
- 03/30/09 12:10:09 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_RESOURCE_R0
v11 v12 7 7 8 8 == Overview == 9 Define a stable resource design. Explain and document what is achieved 10 Resource is an object that can be persisted. Some of the resources can be used as frame content or a timeline. Resources can be nested in other resources (i.g. book can have nested another book (embedded book)).[[BR]]9 Define a stable resource design. Explain and document what is achieved. 10 Resource is an object that can exist by itself and can be persisted. Some of the resources can be used as frame content or a timeline. Resources can be nested in other resources (i.g. book can have nested another book (embedded book)).[[BR]] 11 11 12 12 Base resource model should have the following information 13 13 * UUID 14 * Target14 * Content 15 15 * Data 16 16 * URL 17 * MetaInfo 18 * Comment 17 * MetaInfo (comments, versions, names, etc...) 19 18 20 Resource Scope could be 21 * Book 22 * Local 23 * Server 24 25 Types of resources (the target of the resource) 19 Types of resources 26 20 * Text 27 21 * Plain … … 35 29 * User 36 30 * Group 37 31 * Book 32 * Page 33 * Frame 34 * Workspace 35 * Server Root 38 36 39 37 MetaInfo of the resource is: 38 * The name of the resource 40 39 * The author of the resource 41 40 * The date the resource was created … … 51 50 * The resource can be deleted. 52 51 * The resource can be persisted. 53 * The resource can be imported(exported) to aserver.52 * The resource can be uploaded (downloaded) to a server, which is the same thing as persisting but on the server. 54 53 * The resource can be previewed (in a separate window). 55 56 Resource Manager manages:57 * Resource Versioning58 * Resource Security59 * Resource save/load60 61 54 62 55 == Task requirements == … … 72 65 * Resource getting it's parent 73 66 * Resource getting list of it's children 74 * Attaching a resource 75 * Ensure that this method loads only the resource, the children should be loaded by other method due to performance issues 76 * Attaching a resource should be done as late as possible 77 * Detaching a resource 78 * Detaching the resource should be made as soon as possible (if it should not be cached for some reasons) 79 * Detaching a resource should also detach attached children of this resource 80 * Renaming a resource 81 * Cloning a resource 67 * Attaching a resource to another resource 68 * Detaching a resource from another resource 69 * Renaming a resource (Ensure that the locations will be preserved and the new name doesn't collide with the names of the resources-siblings) 70 * Cloning/Copying a resource 82 71 * Explain annotations 83 72 {{{ … … 85 74 * explain ownership related with Resources and use of @Own 86 75 * make a parallel with referencing Resources 76 * An annotation that marks a property in a resource as metadata 87 77 }}} 88 78 * Document the defined structure … … 95 85 96 86 == Related == 97 ^(Add links to related tasks that could be useful or helpful.)^ 87 [wiki:GROUP_CHANGE_R0] 98 88 99 89 == How to demo == 100 ^(Provide instructions for demonstration of the task.)^ 90 Show source code, working current resource viewer (maybe a palette), unit tests. 101 91 102 92 = Design =