Changes between Version 1 and Version 2 of BASE_BOOK_COMMONS_R0


Ignore:
Timestamp:
12/12/08 13:14:23 (16 years ago)
Author:
orliin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_BOOK_COMMONS_R0

    v1 v2  
    66 
    77= Analysis = 
    8 ^(The purpose of the analysis is to give as much as possible of the needed information for designing and implementing the task.)^ 
    98 
    109== Overview == 
    11 ^(The analysis of the first revision of each task should contain a brief overview of the whole task. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 
    1210   Manipulating with books is the main goal of sophie2. A book should hold pages, pages can be added or removed from a book. A book should be viewable, savable, exportable. 
    1311 
    1412== Task requirements == 
    15 ^(Necessary requirements that the task must fulfill.)^ 
    1613 * Define the connections between books and other related objects (pages, some book repository) 
    1714 * Define actions related to books 
     
    3633 
    3734== Task result == 
    38 ^(The Analysis should contain strict requirements about the end product of the task (for example the result must be source code, the result must be google doc, etc.))^ 
    3935 * The result should include 
    4036    * class diagrams 
     
    4339== Implementation idea == 
    4440^(It is advisable to include some rough implementations ideas.)^ 
     41 * first identify the classes and the relations between them 
     42 * implement the hierarchy 
     43 * implement the functionality 
    4544 
    4645== Related == 
    47 ^(Here you can add related tasks that could be useful or helpful.)^ 
     46 
    4847 
    4948== How to demo == 
    50 ^(In this section you must add instructions for the demo of the task.)^ 
     49 * show the class diagram and explain the role of the components and how they are related 
     50 * show where the implemented packages and classes are 
    5151 
    5252= Design =