Changes between Version 1 and Version 2 of S2S_PERSIST_ARCHIVING_R0


Ignore:
Timestamp:
01/26/09 17:10:14 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_PERSIST_ARCHIVING_R0

    v1 v2  
    77 
    88== Overview == 
    9 Different kind of resources are going to be persisted on th Sophie2 server - users, books, etc. The persisting model is not much clear yet, but it will be most probably a database. We should not allow this database to be bloated, so a way for cleaning it up must be defined. 
     9Different kind of resources are going to be persisted on th Sophie2 server - users, books, etc. For now, resources are stored in a database. We should not allow this database to be bloated, so a way for cleaning it up must be defined. 
    1010 
    1111== Task requirements == 
    12  
     12Design and implement a model for S2S database archiving. Think about the following aspects: 
     13 * Archiving old resource changes. 
     14 * Dealing with old comments. 
     15 * Archiving unused accounts. [[BR]] 
     16Make decisions on these and apply them to the org.sophie2.server.persistence layer. 
    1317 
    1418== Task result == 
    15  
     19Source code - extra features in org.sophie2.server.persistence. 
    1620 
    1721== Implementation idea == 
    18  
     221st: Implement this task after (or together with) [wiki:S2S_PERSIST_CHANGES_R0]. The problem here is that this task is in the next revision. [[BR]] 
     232nd: Think out just the mechanism for archiving, apply it to the currently persisted objects. Changes' shrinking can be implemented with the next (main) revision. 
    1924 
    2025== Related ==