Changes between Version 1 and Version 2 of APP_SIMPLE_DIALOGS_R0


Ignore:
Timestamp:
01/20/09 16:43:11 (16 years ago)
Author:
dido
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_SIMPLE_DIALOGS_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.)^ 
     10There should be common way of creating dialogs. This class should provide the ability to create and close the dialog as well as to add, remove and interact with dialog childes. 
    1211 
    1312== Task requirements == 
    14 ^(Necessary requirements that the task must fulfill.)^ 
     13Following elements should present: 
     14 * OK and Cancel buttons - Cancel button is optional and redo the changes. Bought buttons close the dialog. 
     15 * message or error message - plane selectable but not editable text text. Also optional. 
     16There should be easy to use interface that populate the data inside the dialog, allows you to add and remove childes, and determines basic layout functionality.  
     17You could add as a childes common input elements(input text fields, check boxes, combo boxes etc.) as well as custom elements. 
    1518 
    1619== Task result == 
    17 ^(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.))^ 
    18  
     20 * The result should be code 
    1921== Implementation idea == 
    2022^(It is advisable to include some rough implementations ideas.)^ 
     
    2426 
    2527== How to demo == 
    26 ^(In this section you must add instructions for the demo of the task.)^ 
     28 * create a test environment and place a button that evoke an instance of simple dialog. 
     29 * see if you can operate with this dialog. 
     30 * add some childes in this instance. 
    2731 
    2832= Design =