| 16 | * The user can’t edit his book in preview mode. He can only interact with it. |
| 17 | * In preview mode, all links and timelines are functional. |
| 18 | * Reader mode applies to current book. |
| 19 | * The user can evoke preview mode window by: |
| 20 | * click on preview mode button on the bottom bar |
| 21 | * selecting View -> Preview Mode from the menu. |
| 22 | * Preview mode window shouldn't have preview mode button and outline frames check box, also the button from the View menu is disabled. |
| 23 | * Frame borders will be visible if they are set so, the page borders will be visible also (all of them). |
| 24 | * All menu items related to editing, for example the Insert menu, File->Save, should be disabled. Decide how the items will be disabled - whether each item/functionality will watch the current book previewMode option, or someone will disallow book editing. If every item will disable itself, define which are these items. |
| 25 | * Tabs that allow editing are in disable mode and this should be visible for the user. |
| 26 | * To exit preview mode window user have to close it. |
| 27 | * Although editing is not allowed, comments and annotations (stickies, highlightings) can be created/modified/deleted. |
| 28 | * Selecting objects and copying them to the clipboard is allowed. |
| 29 | * Preview mode also has a presentation mode. |
| 30 | * The preview mode should act as the reader do. |
| 31 | |
| 32 | |
17 | | The user can’t edit his book in preview mode. He can only interact with it. '''Actually currently the book can edit the book using links/timelines; however, these changes should not affect the original book. This is why it is a good idea to make a copy of the book, operate on it, and this will not change the original book.''' |
18 | | |
19 | | In preview mode, all links and timelines are functional. |
20 | | |
21 | | Reader mode applies to current book. '''A good idea is the reader mode to be applied to a copy of the book, so it will not apply to the current one.''' |
22 | | |
23 | | The user can switch back and forth from edit mode to preview mode by: |
24 | | * checking the reader mode check box in the bottom bar of every book window |
25 | | * selecting View -> Reader Mode from the menu. (Create View menu first) |
26 | | '''Here the suggestion is to have a button "Go to preview" instead of checkbox.. this way it will be much more adequate. Decide about the menu.''' |
27 | | |
28 | | Frame borders will be visible if they are set so, the page borders will be visible also (all of them). |
29 | | |
30 | | All menu items related to editing, for example the Insert menu, File->Save, should be disabled. '''Decide how the items will be disabled - whether each item/functionality will watch the current book previewMode option, or someone will disallow book editing.. If every item will disable itself, define which are these items.''' |
31 | | |
32 | | Some tabs are hidden: Timelines, Resources, Styles '''Define exactly. The flaps should rather be disabled, think about this'''. |
33 | | |
34 | | On exiting Reader Mode, all such changes are reverted. '''This should be defined more clear - maybe the user wants to see other than the X on the top right corner.''' |
35 | | |
36 | | Although editing is not allowed, comments and annotations (stickies, highlightings) can be created/modified/deleted. |
37 | | |
38 | | Selecting objects and copying them to the clipboard is allowed. |
39 | | |
40 | | '''Should define relations to the preview mode with the reader, with the fullscreen mode, etc. Should also define what will the user most probably do in the preview mode.''' |
41 | | |
42 | | '''Preview mode needs performance optimizations and bugfixing - define these two problems, research for more.''' |
| 34 | * Grate a prototype of the preview mode. |
| 35 | * Update the current design. |