Changes between Version 1 and Version 2 of APP_RESOURCE_PREVIEW_POINT_R0


Ignore:
Timestamp:
01/29/09 16:26:42 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_RESOURCE_PREVIEW_POINT_R0

    v1 v2  
    44 
    55= Analysis = 
    6 ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^ 
    76 
    87== 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.)^ 
     8There 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. 
    109 
    1110== Task requirements == 
    12 ^(List the necessary requirements that the task must fulfill.)^ 
     11 * Create an extension point for resource preview display. 
    1312 
    1413== 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. 
    1615 
    1716== Implementation idea == 
     
    1918 
    2019== 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] 
    2225 
    2326== 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. 
    2532 
    2633= Design =