Changes between Version 2 and Version 3 of Ticket #36


Ignore:
Timestamp:
Dec 17, 2009, 1:21:13 PM (14 years ago)
Author:
Gavin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36 – Description

    v2 v3  
    1 Create a new AppConfig class. [[BR]]
     1Create a new !AppConfig class. [[BR]]
    22The system can record events and configuration settings in this class.
    33
     4e.g:
    45{{{
    56Class AppConfig {
     
    1011
    1112This will be used for recording:
    12  * Base data created.
    13  * Demo data created.
     13 * Base data created, then can be tested to disable double creation.
     14 * Demo data created, then can be tested to disable double creation.
    1415 * Date formats.
    1516 * and other configuration settings.