Changes between Version 4 and Version 5 of GROUP_RESOURCE_R0
- Timestamp:
- 03/30/09 08:56:52 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_RESOURCE_R0
v4 v5 12 12 * Define a way to refer (access) resources 13 13 * The resource reference should be like UID 14 * The resource reference should allow finding the resource even if it is not loaded yet 14 * The resource reference should allow finding the resource even if it is not loaded yet (location) 15 15 * The reference mechanism should handle the case when the resource is not available (for example - server not available) 16 16 * Ensure that loading method loads only the resource, the children should be loaded by other method due to performance issues 17 17 * Define methods for 18 * Checking if a resource is available (this should be different from get method) 19 * Getting resource location 18 20 * Resource getting it's parent 19 21 * Resource getting list of it's children 20 22 == Task result == 21 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 23 The result of this task is source code. 22 24 23 25 == Implementation idea ==