Changes between Version 1 and Version 2 of APP_SIMPLE_DIALOGS_R0
- Timestamp:
- 01/20/09 16:43:11 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_SIMPLE_DIALOGS_R0
v1 v2 6 6 7 7 = Analysis = 8 ^(The purpose of the analysis is to give as much as possible of the needed information for designing and implementing the task.)^9 8 10 9 == 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.)^ 10 There 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. 12 11 13 12 == Task requirements == 14 ^(Necessary requirements that the task must fulfill.)^ 13 Following 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. 16 There 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. 17 You could add as a childes common input elements(input text fields, check boxes, combo boxes etc.) as well as custom elements. 15 18 16 19 == 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 19 21 == Implementation idea == 20 22 ^(It is advisable to include some rough implementations ideas.)^ … … 24 26 25 27 == 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. 27 31 28 32 = Design =