Last modified 16 years ago
Last modified on 01/05/09 16:37:38
Analysis
Overview
The aim of this task is to create, save, open and close book files.
Task requirements
In the project has to work these operations :
- Create a book file
- "Create a book file" must be accessible in author mode
- "Create a book file" must not be accessible in reader mode
EXTRA
- Save a book file
- Open a book file
- Close a book file
Task result
The result of this task is source code
Implementation idea
- define all operations
- You can see here BASE_PERSISTENCE_INTERMEDIATE_STORAGE_R0 to understand the format of the book.
Related
How to demo
Show in project create a book file.
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.)