Changes between Version 3 and Version 4 of BASE_MODEL_FRAME_CONTENT_R0


Ignore:
Timestamp:
09/22/08 12:25:48 (17 years ago)
Author:
Tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_MODEL_FRAME_CONTENT_R0

    v3 v4  
    1 Describe frame content concept and implement base hierarchy.[[BR]] 
    2  
    3 Frame contents should be:  
    4  * replaceable 
    5  * various kinds(text, audio, video, other)[[BR]] 
    6 They can also be non-defined and unsupported.[[BR]] 
    7 The user should be able to insert a frame without a content and add it afterward or can change the content when he decides. The content can be unsupported if it was created with non-present plug-in for example.  The frame and the content of the frame can be considered as separated parts.[[BR]] 
    8  
    9 Make base implementation of the frame contents hierarchy. (for example it should be implemented with composition of the frame content in the frame) 
    10  
    111= Analysis = 
    12 ^(The purpose of the analysis is to give as much as possible of the needed information for designing and implementing the task.)^ 
    132 
    143== Overview == 
    15 ^(The analysis of the first revision of each task should contain a brief overview of the whole task. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 
     4Describe frame content concept and implement basic hierarchy.[[BR]] 
    165 
    176== Task requirements == 
    18 ^(Necessary requirements that the task must fulfill.)^ 
     7 * Frame content should be:  
     8  * replaceable 
     9  * various kinds(text, audio, video, image, other)[[BR]] 
     10 * It can also be non-defined and unsupported.[[BR]] 
     11 * The user should be able to insert a frame without content and add it afterward or can change the content when he decides. The content is unsupported if it is created with non-present plug-in for example. The frame and the content of the frame can be considered as separated parts.[[BR]] 
     12 
     13 * Make basic implementation of the frame content hierarchy. (for example it should be implemented with composition of the frame content in the frame) 
    1914 
    2015== Task Result == 
    21 ^(The Analysis should contain strict requirements about the end product of the task (for example the result must be source code, the result must be google doc, etc.))^ 
     16 * The result should be a wiki page where basic frame content concept is explained and basic implementation is made. 
    2217 
    2318== Implementation idea == 
    24 ^(It is advisable to include some rough implementations ideas.)^ 
     19 * For basic implementation do only class diagrams for now. 
    2520 
    2621== Related == 
    27 ^(Here you can add related tasks that could be useful or helpful.)^ 
     22- 
    2823 
    2924== How to demo == 
    30 ^(In this section you must add instructions for the demo of the task.)^ 
     25 * Open the appropriate wiki page (for example it could be called BASE_MODEL_FRAME_CONTENT). 
     26 * There must be an explanation of the basic frame content concept. 
     27 * There must be class diagram of the hierarchy. 
     28 * Make sure nothing important is dropped. 
    3129 
    3230= Design = 
     
    3735 
    3836= Log = 
    39 ^(Link the log of the task here)^ 
     37[[Include(wiki:BASE_MODEL_FRAME_CONTENT_R0_LOG)]]