Changes between Version 8 and Version 9 of UNPLANNED_BASE_MODEL_FRAME_CONTENT_R0
- Timestamp:
- 10/16/08 16:31:16 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified UNPLANNED_BASE_MODEL_FRAME_CONTENT_R0
v8 v9 2 2 3 3 == Overview == 4 Describe frame content concept and implement basic hierarchy.[[BR]]4 The 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]] 5 5 6 6 == Task requirements == 7 * Frame content should be: 7 * Frame content should be: 8 8 * replaceable 9 9 * various kinds(text, audio, video, image, other)[[BR]] 10 * It c analso be non-defined and unsupported.[[BR]]10 * It could also be non-defined and unsupported.[[BR]] 11 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 12 * Make basic implementation of the frame content hierarchy. (for example it should be implemented with composition of the frame content in the frame) 14 13 … … 18 17 19 18 == Implementation idea == 20 * For basic implementation do only class diagrams for now.19 * Write source code. 21 20 22 21 == Related == … … 28 27 * There must be class diagram of the hierarchy. 29 28 * Make sure nothing important is dropped. 29 * Show source code and rum application. 30 30 31 31 = Design =