Version 5 (modified by niki, 16 years ago) (diff) |
---|
Analysis
Overview
The aim of the task is to improve the persistance functionality. Books would be saved and loaded.There is such functionality at the moment, but it does not work properly.
Task requirements
- save books
- load books
- Make a design and write a documentation about how it works.
Extra
- to connect with LOAD / SAVE menu in the project
Task result
code
Implementation idea
At the moment the class "Storage" is implemented.Some other files , which are in org.sophie2.main.mode.persist are made, too.These files help for working with the books. It must be able to load and save the books. At the moment there is such module but it does not work properly, because there are many changes in the project .The module is "org.sophie2.main.model.persistance.r2". Design and documantaion of the funcionality must be done.
Related
http://sophie2.org/trac/wiki/BASE_PERSISTENCE_COMMONS_R0
How to demo
It must show documentation for the functionality. In addition, it might make a demostratively load and save from the menu of the project
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.)