Changes between Version 1 and Version 2 of UNPLANNED_APP_RESOURCE_PREVIEW_DISPLAY_R0


Ignore:
Timestamp:
07/02/09 14:55:20 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UNPLANNED_APP_RESOURCE_PREVIEW_DISPLAY_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.)^ 
    7  
    86== 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.)^ 
    10  
     7In addition to APP_RESOURCE_PREVIEW_DISPLAY_R0 should show first frame of a video resource. 
    118== Task requirements == 
    12 ^(List the necessary requirements that the task must fulfill.)^ 
     9 * Implement preview of video resources. It must show the first frame of the video file and act like the image preview for now. 
    1310 
    1411== Task result == 
    15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
    16  
     12Code. 
    1713== Implementation idea == 
    18 ^(Provide some rough implementation idea(s).)^ 
     14Use APP_RESOURCE_PREVIEW_DISPLAY_R0 for implementation ideas 
    1915 
    2016== Related == 
    21 ^(Add links to related tasks that could be useful or helpful.)^ 
     17APP_RESOURCE_PREVIEW_DISPLAY_R0 
    2218 
    2319== How to demo == 
    24 ^(Provide instructions for demonstration of the task.)^ 
     20 * Select a video resource from the resource palette and show the preview 
    2521 
    2622= Design =