Changes between Initial Version and Version 1 of BASE_MODEL_PAGE_ELEMENTS_R0


Ignore:
Timestamp:
12/12/08 17:52:56 (16 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BASE_MODEL_PAGE_ELEMENTS_R0

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=BASE_MODEL_PAGE_ELEMENTS_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] 
     4 
     5= Analysis = 
     6 
     7== Overview == 
     8This task should provide a model for page elements (currently only frames). In this revision only a basic prototype is required. 
     9 
     10== Task requirements == 
     11 * Revise the code for pages and frames and clean it up. 
     12 * Modularize some things in the main.view if necessary. 
     13 * Provide a class diagram(s) for the page elements and their components (styles, bounding rectangles, etc.). 
     14 * Consider future design ideas and add them to the diagram - these include stickies and connectors and will be implemented in the next revision. 
     15 * Review the existing unit tests and fix them if needed. 
     16 
     17== Task result == 
     18The result of this task should be: 
     19 * source code 
     20 * class diagram(s) 
     21 * working unit tests 
     22 
     23== Implementation idea == 
     24 * Review the existing source code. 
     25 * Create the class diagram(s). 
     26 * Refactor and clean up according to the diagram. 
     27 * Run unit tests and fix problems if any. 
     28 
     29== Related == 
     30[wiki:BASE_BOOK_COMMONS_R0] 
     31 
     32== How to demo == 
     33 * Show the class diagrams and explain them. 
     34 * Show the source code related to page elements. 
     35 * Run unit tests to demonstrate the model. 
     36 
     37= Design = 
     38 
     39= Implementation = 
     40^(Implementation results should be described and linked here (from the wiki or the repository))^ 
     41 
     42= Testing = 
     43 
     44= Comments = 
     45^(Write comments for this or later revisions here.)