Version 5 (modified by alex, 16 years ago) (diff) |
---|
Analysis
Overview
- Define a view model for frames and a base view model for frame content.
- The frame view model should contain the frame content view model.
- Both models should be able to construct scene elements.
Task requirements
- Define frame view model containing frame content view model.
- The frame view model should be able to construct a very basic scene element using the scene element from its frame content view model.
- Define base view model for frame content with very basic features.
- The model should be able to construct a scene element from its content.
Task result
The result of this task should be source code.
Implementation idea
- Create FrameContentView which is a frame content view model.
- It should have a ContentView parent property, a SceneElement property and a FrameContent model property.
- Create FrameView which is a frame view model.
- It should have a FrameContentView child property, a SceneElement property and a !Frame model property
Related
How to demo
We should be able to present an empty frame using scenes and the scene elements from FrameView.
Design
Implementation
(Implementation results should be described and linked here (from the wiki or the repository))
Testing
Comments
(Write comments for this or later revisions here.)