Changes between Version 2 and Version 3 of AUTHOR_PAGE_WORK_AREA_R0
- Timestamp:
- 10/13/08 12:29:13 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AUTHOR_PAGE_WORK_AREA_R0
v2 v3 6 6 Should cooperate reasonably with the SCENE. Should be modularized and divided into Author and Reader. 7 7 8 The page work area is part of the book window. It is located between the book bottom panel, the title bar, the scroll bars and the left book window border. It is responsible for displaying the current page of the book(through the page scene). Except for the page it contains an area around the page, where page elements can be put during the editing process. 8 The page work area is part of the book window. It is located between the book bottom panel, the title bar, the scroll bars and the left book window border. It contains the current page with all its elements and an area around the it, where page elements can be put during the editing process. It is also responsible for the management of page views. It should allow editing the elements residing within it. 9 10 In this revision we need a simple page work area with basic functionality only. 9 11 == Task requirements == 10 * Make a module for the authorpage area.11 * Define extension points for12 *Page Scene13 * Page element view12 * Make a module for the page area. 13 * Make the author page work area an extension. 14 * Define an extension points for Page Scene 15 * Make the page work area as large as the page+elements bounding rectangle + a given padding. 14 16 15 17 == Task result == … … 17 19 18 20 == Implementation idea == 19 ^(It is advisable to include some rough implementations ideas.)^ 21 * Extend !SophieModule class 22 * Make use of old (or even pre veda-refactor2) code for size computation. 20 23 21 24 == Related == 22 ^(Here you can add related tasks that could be useful or helpful.)^ 25 [wiki:SCENE_COMMONS_R0][[BR]] 26 [wiki:SCENE_POINT_R0][[BR]] 27 [wiki:UNPLANNED_BOOK_WINDOW_R0] 23 28 24 29 == How to demo == 25 ^(In this section you must add instructions for the demo of the task.)^ 30 * Show Author page work area. 31 * Show that it allows editing elements. 26 32 27 33 = Design =