Last modified 16 years ago
Last modified on 01/28/09 17:54:21
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
First the curent book is saved and closed.
Then a full book is generated and opened.
- 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.)