Changes between Version 3 and Version 4 of BASE_MODEL_FRAME_CONTENT_R0
- Timestamp:
- 09/22/08 12:25:48 (17 years ago)
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 * replaceable5 * 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 11 1 = Analysis = 12 ^(The purpose of the analysis is to give as much as possible of the needed information for designing and implementing the task.)^13 2 14 3 == 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.)^ 4 Describe frame content concept and implement basic hierarchy.[[BR]] 16 5 17 6 == 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) 19 14 20 15 == 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. 22 17 23 18 == Implementation idea == 24 ^(It is advisable to include some rough implementations ideas.)^ 19 * For basic implementation do only class diagrams for now. 25 20 26 21 == Related == 27 ^(Here you can add related tasks that could be useful or helpful.)^ 22 - 28 23 29 24 == 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. 31 29 32 30 = Design = … … 37 35 38 36 = Log = 39 ^(Link the log of the task here)^ 37 [[Include(wiki:BASE_MODEL_FRAME_CONTENT_R0_LOG)]]