Changes between Version 2 and Version 3 of BASE_PERSISTENCE_INTERMEDIATE_STORAGE_R0


Ignore:
Timestamp:
12/14/08 20:25:58 (16 years ago)
Author:
niki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_PERSISTENCE_INTERMEDIATE_STORAGE_R0

    v2 v3  
    88 
    99== 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.  
     10The 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. 
    1111 
    1212== Task requirements == 
     
    15152. load books [[BR]] 
    1616 
    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]] 
     173. Make a design and write a documentation about how it works. [[BR]] 
    2218 
    2319Extra [[BR]] 
    2420 
    25 6. to connect with LOAD / SAVE menu in the project [[BR]] 
     214. to connect with LOAD / SAVE menu in the project [[BR]] 
    2622 
    2723 
     
    3127== Implementation idea == 
    3228At 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.  
     29are 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.  
    3530 
    3631== Related == 
     
    3833 
    3934== How to demo == 
    40 It must show working tests and documentation for the functionality. In addition, it might make a demostratively load and save from the menu of the project  
     35It must show documentation for the functionality. In addition, it might make a demostratively load and save from the menu of the project  
    4136 
    4237= Design =