Changes between Version 6 and Version 7 of GROUP_BOOK_MODEL_REDESIGN_R0


Ignore:
Timestamp:
07/22/09 18:55:14 (16 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_BOOK_MODEL_REDESIGN_R0

    v6 v7  
    5959 
    6060= Implementation = 
    61 ^Describe and link the implementation results here (from the wiki or the repository). 
     61The class hierarchy has been implemented according to the design. Every class temporarily has an R4 suffix that will be removed when replacing the old model. The changesets are: [4323] [4379] [4407] [4409] [4437] [4438][[BR]] 
     62There are tests for the static methods of the [source:/browser/branches/private/mira/resourcesRefactoring/modules/org.sophie2.base.model.resources.r4/src/main/java/org/sophie2/base/model/resources/r4/resources/ResourceR4.java ResourceR4 class]: ''Here goes the changeset for the test''.[[BR]] 
     63There will be helper classes that will serve as a bridge between the new and the old model. They will consist of auto-properties (in terms of ProLib) that will access the keys. Here's an example: 
     64{{{ 
     65Here goes the example. 
     66}}} 
     67 
     68Writing these helpers will be part of the task for refactoring. 
     69 
     70Here are the tickets for the tasks that follow this one and will be finished in the next weeks:[[BR]] 
     71''Here go the links to the tickets created with some explanation''. 
    6272 
    6373= Testing =