| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | [[TicketQuery(summary= FRAMES_PALETTE_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 | = Analysis = |
| 6 | |
| 7 | == Overview == |
| 8 | |
| 9 | The Frames palette is a part of the components tab in the right flap of the main window. It contains different kinds of frames that can be used in a Sophie book. |
| 10 | |
| 11 | == Task requirements == |
| 12 | |
| 13 | * The user should be able to drag the palette title bar to make it a free-standing window. |
| 14 | |
| 15 | * The user should be able to drag the palette over a tab and drop it there. It should attach to this tab. |
| 16 | |
| 17 | * When the user closes (clicks the X in the upper-right corner) the palette should not disappear. It should just return to its original place. |
| 18 | |
| 19 | * The palette lists the different kinds of frames – flow, non-flow, non-flow (template content), comment, comment (template content). |
| 20 | |
| 21 | == Task result == |
| 22 | The result of this task is source code. |
| 23 | |
| 24 | == Implementation idea == |
| 25 | Add the palette to the components tab in the right flap. List the different types of frames. |
| 26 | |
| 27 | == How to demo == |
| 28 | * Open the frame palette and show the different types of frames. |
| 29 | * Move the palette to the center of the main window and then return it by clicking the upper-right corner X. |
| 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 | ^(Write comments for this or later revisions here.) |