| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | [[TicketQuery(summary=PREVIEW_MODE_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 | |
| 7 | = Analysis = |
| 8 | |
| 9 | == Overview == |
| 10 | This mode shows the page as it will look like in Reader. This mode is most convenient for reading books. It allows the user to test his links, events, etc. |
| 11 | |
| 12 | Note: Preview mode = Reader mode = Test mode. |
| 13 | |
| 14 | == Task requirements == |
| 15 | The user can’t edit his book in preview mode. He can only interact with it. |
| 16 | The user can open links. |
| 17 | |
| 18 | Reader mode applies to all open books, not just the displayed book. |
| 19 | |
| 20 | The user can switch back and forth from edit mode to preview mode by: |
| 21 | * checking the reader mode check box in the bottom bar of every book window |
| 22 | * pressing Ctrl+T |
| 23 | * selecting View -> Reader Mode from the menu. |
| 24 | |
| 25 | The frame borders are turned off. |
| 26 | |
| 27 | All menu items related to editing, for example the Insert menu, File->Save, should be disabled. |
| 28 | |
| 29 | Some tabs are hidden: Timelines, Resources, Styles |
| 30 | |
| 31 | On exiting Reader Mode, all such changes are reverted. |
| 32 | |
| 33 | Although editing is not allowed, comments and annotations can be created/modified/deleted. |
| 34 | |
| 35 | Selecting objects and copying them to the clipboard is allowed. |
| 36 | |
| 37 | == Task result == |
| 38 | The result of this task should be source code. |
| 39 | |
| 40 | == Implementation idea == |
| 41 | ^(It is advisable to include some rough implementations ideas.)^ |
| 42 | Write implementation for BookView.inReaderMode. Currently it just returns false. |
| 43 | |
| 44 | == Related == |
| 45 | * [wiki:BOOK_VIEW_MODES] |
| 46 | * [wiki:SCENE_COMMONS_R0] |
| 47 | * [wiki:BASE_LAYOUT_R0] |
| 48 | |
| 49 | == How to demo == |
| 50 | * Run Sophie 2 |
| 51 | * Create a new book |
| 52 | * Insert a text frame |
| 53 | * Switch to Preview Mode |
| 54 | * Try to move the frame or to edit its text content |
| 55 | * Switch to Editing Mode |
| 56 | * Try to move the frame again - this time it must be possible |
| 57 | |
| 58 | = Design = |
| 59 | |
| 60 | = Implementation = |
| 61 | ^(Implementation results should be described and linked here (from the wiki or the repository))^ |
| 62 | |
| 63 | = Testing = |
| 64 | |
| 65 | = Comments = |
| 66 | ^(Write comments for this or later revisions here.) |