| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | = Analysis = |
| 4 | |
| 5 | == Overview == |
| 6 | This task is related to the interaction between the base scene module and other parts of the application. |
| 7 | |
| 8 | == Task requirements == |
| 9 | * Make a module for the scene library |
| 10 | * There should be an extension point for concrete implementations |
| 11 | * There should be extension points for audio and video players. These are supposed to be implemented by the concrete scenes. |
| 12 | * Define the interfaces used for communication with other components |
| 13 | |
| 14 | == Task result == |
| 15 | The result of this task should be source code. |
| 16 | |
| 17 | == Implementation idea == |
| 18 | * Make a sophie module. |
| 19 | * Make classes and/or interfaces for the extension point. |
| 20 | |
| 21 | == Related == |
| 22 | * [wiki:SCENE_COMMONS_POINT_R0] |
| 23 | * [wiki:SCENE_AUDIO_POINT_R0] |
| 24 | * [wiki:SCENE_VIDEO_POINT_R0] |
| 25 | |
| 26 | == How to demo == |
| 27 | * Explain the capabilities of the extension points and interfaces |
| 28 | |
| 29 | = Design = |
| 30 | |
| 31 | = Implementation = |
| 32 | ^(Implementation results should be described and linked here (from the wiki or the repository))^ |
| 33 | |
| 34 | = Testing = |
| 35 | |
| 36 | = Comments = |
| 37 | |
| 38 | = Log = |
| 39 | ![[Include(wiki:TASK_NAME_R?_LOG)]] |