| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | [[TicketQuery(summary=FRAME_CONTENT_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] |
| 4 | |
| 5 | |
| 6 | = Analysis = |
| 7 | ^(The purpose of the analysis is to give as much as possible of the needed information for designing and implementing the task.)^ |
| 8 | |
| 9 | == Overview == |
| 10 | * We should define a view model for frames and a base view model for frame content. |
| 11 | * The frame view model should contain the frame content view model. |
| 12 | * Both models should be able to construct scene elements. |
| 13 | |
| 14 | == Task requirements == |
| 15 | * Define frame view model containing frame content view model. |
| 16 | * The frame view model should be able to construct a very basic scene element using the scene element from its frame content view model. |
| 17 | * Define base view model for frame content with very basic features. |
| 18 | * The model should be able to construct a scene element from its content. |
| 19 | |
| 20 | == Task result == |
| 21 | The result of this task should be source code. |
| 22 | |
| 23 | == Implementation idea == |
| 24 | * Define !FrameContentView which is a frame content view model. |
| 25 | * It should have a !ContentView parent property, a SceneElement property and a !FrameContent model property. |
| 26 | * Define !FrameView which is a frame view model. |
| 27 | * It should have a !FrameContentView child property, a SceneElement property and a !Frame model property |
| 28 | |
| 29 | == Related == |
| 30 | |
| 31 | == How to demo == |
| 32 | We should be able to present an empty frame using scenes and the scene elements from !FrameView. |
| 33 | |
| 34 | = Design = |
| 35 | |
| 36 | = Implementation = |
| 37 | ^(Implementation results should be described and linked here (from the wiki or the repository))^ |
| 38 | |
| 39 | = Testing = |
| 40 | |
| 41 | = Comments = |
| 42 | ^(Write comments for this or later revisions here.) |