Changes between Version 5 and Version 6 of UNPLANNED_CORE_MVC_BASE_R0


Ignore:
Timestamp:
10/15/08 16:55:21 (17 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UNPLANNED_CORE_MVC_BASE_R0

    v5 v6  
    77 
    88== Task requirements == 
    9  * The document should provide: 
     9 * Create a document which provides: 
    1010  * General rules about MVC. 
    1111  * List of the base classes needed.(class diagrams can be made) 
    1212  * Docs and tutorials about implementing MVC (especially in Sophie 2). 
    1313  * Rules to check whether the code complies to the pattern. 
     14 * Divide MVC by two parts: library part and concrete implementation. 
     15 * Review the whole MVC and revise it. 
    1416 
    1517== Task Result == 
    1618 * The result of this task should be a wiki page where all of the rules are written. 
     19 * Code resulted from refactored things and separated library part and implementation part. 
    1720 
    1821== Implementation idea ==