| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | = Analysis = |
| 4 | ^(The purpose of the analysis is to give as much as possible of the needed information for designing and implementing the task.)^ |
| 5 | |
| 6 | == Overview == |
| 7 | The layout of Sophie 2.0 consists of a book desktop and flaps. Flaps may contain tabs. Tabs contain palettes.[[BR]] |
| 8 | Base layout is the base library of the layout so that it is independent from realization. |
| 9 | |
| 10 | == Task requirements == |
| 11 | * Create a !SophieModule for the library. |
| 12 | * The library should provide a method that creates the layout |
| 13 | * The module should have extension points for creation different layout elements. These should be extended in concrete implementations. |
| 14 | * Flap |
| 15 | * Tab |
| 16 | * List palette |
| 17 | * desktop |
| 18 | |
| 19 | == Task result == |
| 20 | ^(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.))^ |
| 21 | |
| 22 | == Implementation idea == |
| 23 | ^(It is advisable to include some rough implementations ideas.)^ |
| 24 | |
| 25 | == Related == |
| 26 | ^(Here you can add related tasks that could be useful or helpful.)^ |
| 27 | |
| 28 | == How to demo == |
| 29 | ^(In this section you must add instructions for the demo of the task.)^ |
| 30 | |
| 31 | = Design = |
| 32 | |
| 33 | = Implementation = |
| 34 | ^(Implementation results should be described and linked here (from the wiki or the repository)^ |
| 35 | |
| 36 | = Testing = |
| 37 | |
| 38 | = Comments = |
| 39 | |
| 40 | = Log = |
| 41 | ^(Link the log of the task here)^ |