Changes between Version 2 and Version 3 of BASE_PERSISTENCE_INTERMEDIATE_STORAGE_R0
- Timestamp:
- 12/14/08 20:25:58 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BASE_PERSISTENCE_INTERMEDIATE_STORAGE_R0
v2 v3 8 8 9 9 == Overview == 10 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. Working tests must be done and they must be capsulated in module.10 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. 11 11 12 12 == Task requirements == … … 15 15 2. load books [[BR]] 16 16 17 3. must be capsulated in module [[BR]] 18 19 4. Make working tests [[BR]] 20 21 5. Make a design and write a documentation about how it works. [[BR]] 17 3. Make a design and write a documentation about how it works. [[BR]] 22 18 23 19 Extra [[BR]] 24 20 25 6. to connect with LOAD / SAVE menu in the project [[BR]]21 4. to connect with LOAD / SAVE menu in the project [[BR]] 26 22 27 23 … … 31 27 == Implementation idea == 32 28 At the moment the class "Storage" is implemented.Some other files , which are in org.sophie2.main.mode.persist 33 are made, too.These files help for working with the books.A separate module must be done .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". Working test must be done ,too. There are such tests at the moment but not all of them work properly.Test that work properly are Storage2XMLTest , 34 StorageLoaderTest, StorageTest. Design and documantaion of the funcionality must be done. 29 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. 35 30 36 31 == Related == … … 38 33 39 34 == How to demo == 40 It must show working tests anddocumentation for the functionality. In addition, it might make a demostratively load and save from the menu of the project35 It must show documentation for the functionality. In addition, it might make a demostratively load and save from the menu of the project 41 36 42 37 = Design =