| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | [[TicketQuery(summary=BOOK_HTML_EXPORT_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 | User should be able to export Sophie 2 Book as html file. |
| 9 | == Task requirements == |
| 10 | * Provide prototype that exports book to html file. |
| 11 | * Add 'Export as HTML' button in the file menu that evoke dialog window who allows the users to select the name of the html file. |
| 12 | * The entire book should be exported as single html file in this revision. |
| 13 | * Multiple html export as well as export single page should be consider in the next revision. |
| 14 | * Links and timlines will not be preserved for now. |
| 15 | * Images should be exported. |
| 16 | * See if we could export firs frame of the movie as image in this revision. |
| 17 | |
| 18 | == Task result == |
| 19 | * The result should be code. |
| 20 | |
| 21 | == Implementation idea == |
| 22 | * Export every page as div tag with needed attributes (width, height etc.). |
| 23 | * Export every frame as div tag (child of the page div) |
| 24 | * Use absolute positioning for div tags. |
| 25 | |
| 26 | == Related == |
| 27 | |
| 28 | == How to demo == |
| 29 | * Run the application |
| 30 | * Create new book |
| 31 | * Insert few frames as well as few pages |
| 32 | * Export the book as html |
| 33 | * Open the html file in some web browser. |
| 34 | |
| 35 | = Design = |
| 36 | ^(Describe your design here.)^ |
| 37 | |
| 38 | = Implementation = |
| 39 | ^(Describe and link the implementation results here (from the wiki or the repository).)^ |
| 40 | |
| 41 | = Testing = |
| 42 | ^(Place the testing results here.)^ |
| 43 | |
| 44 | = Comments = |
| 45 | ^(Write comments for this or later revisions here.) |