Changes between Version 1 and Version 2 of APP_RESOURCE_PREVIEW_POINT_R0
- Timestamp:
- 01/29/09 16:26:42 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_RESOURCE_PREVIEW_POINT_R0
v1 v2 4 4 5 5 = Analysis = 6 ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^7 6 8 7 == Overview == 9 ^(Provide a brief overview of the whole task in its first revision. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 8 There is a palette that makes preview of a resource. An extension point is needed because the palette should be able to display different kinds of resources - audio, video, image and so on. 10 9 11 10 == Task requirements == 12 ^(List the necessary requirements that the task must fulfill.)^ 11 * Create an extension point for resource preview display. 13 12 14 13 == Task result == 15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 14 * The result of this task should be source code. 16 15 17 16 == Implementation idea == … … 19 18 20 19 == Related == 21 ^(Add links to related tasks that could be useful or helpful.)^ 20 * [wiki:BASE_RESOURCE_COMMONS_R0] 21 * [wiki:SCENE_COMMONS_R0] 22 * [wiki:SCENE_POINT_R0] 23 * [wiki:SCENE_AUDIO_POINT_R0] 24 * [wiki:SCENE_VIDEO_POINT_R0] 22 25 23 26 == How to demo == 24 ^(Provide instructions for demonstration of the task.)^ 27 * Run Sophie 2.0 28 * Select a video resource from one of the palettes with resources. 29 * The resource should be previewed in the appropriate palette. 30 * Select an image resource. 31 * The resource should be previewed in the same palette. 25 32 26 33 = Design =