[[BackLinksMenu]] [[TicketQuery(summary=FULL_BOOK_FORMAT_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|)]] = Analysis = == Overview == The user may want to read a book offline. This meant that there should not be any remote resources. == Task requirements == * A book can be saved in a Full Sophie Book Format (.fsbf) by File > Save Full Book [[BR]] First the curent book is saved and closed. [[BR]] Then a full book is generated and opened. [[BR]] * When a book is saved as a full all remote resources should become embedded. * User should be able to add only embedded resources to a full book. == Task result == The result of this task is source code. == Implementation idea == Add a flag indicating that a book is full. When adding resources check if the flag is up and embed all resources. == How to demo == * Save a full copy of the book and demonstrate how it is generated and opened. * Show how the book could be read offline. = Design = = Implementation = ^(Implementation results should be described and linked here (from the wiki or the repository))^ = Testing = = Comments = ^(Write comments for this or later revisions here.)