Changes between Version 8 and Version 9 of UNPLANNED_BASE_MODEL_FRAME_CONTENT_R0


Ignore:
Timestamp:
10/16/08 16:31:16 (17 years ago)
Author:
Tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified UNPLANNED_BASE_MODEL_FRAME_CONTENT_R0

    v8 v9  
    22 
    33== Overview == 
    4 Describe frame content concept and implement basic hierarchy.[[BR]] 
     4The frame consists of Frame Style and Frame Content. The frame is one-to-one association with a Frame Content. Each Frame Content is many-to-one association with a resource in the book. [[BR]] 
    55 
    66== Task requirements == 
    7  * Frame content should be:  
     7 * Frame content should be: 
    88  * replaceable 
    99  * various kinds(text, audio, video, image, other)[[BR]] 
    10  * It can also be non-defined and unsupported.[[BR]] 
     10 * It could also be non-defined and unsupported.[[BR]] 
    1111 * 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  
    1312 * Make basic implementation of the frame content hierarchy. (for example it should be implemented with composition of the frame content in the frame) 
    1413 
     
    1817 
    1918== Implementation idea == 
    20  * For basic implementation do only class diagrams for now. 
     19 * Write source code. 
    2120 
    2221== Related == 
     
    2827 * There must be class diagram of the hierarchy. 
    2928 * Make sure nothing important is dropped. 
     29 * Show source code and rum application. 
    3030 
    3131= Design =