Changes between Version 5 and Version 6 of UNPLANNED_CORE_MVC_BASE_R0
- Timestamp:
- 10/15/08 16:55:21 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UNPLANNED_CORE_MVC_BASE_R0
v5 v6 7 7 8 8 == Task requirements == 9 * The document should provide:9 * Create a document which provides: 10 10 * General rules about MVC. 11 11 * List of the base classes needed.(class diagrams can be made) 12 12 * Docs and tutorials about implementing MVC (especially in Sophie 2). 13 13 * 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. 14 16 15 17 == Task Result == 16 18 * 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. 17 20 18 21 == Implementation idea ==