Changes between Version 2 and Version 3 of Ticket #36
- Timestamp:
- Dec 17, 2009, 1:21:13 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36 – Description
v2 v3 1 Create a new AppConfig class. [[BR]]1 Create a new !AppConfig class. [[BR]] 2 2 The system can record events and configuration settings in this class. 3 3 4 e.g: 4 5 {{{ 5 6 Class AppConfig { … … 10 11 11 12 This 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. 14 15 * Date formats. 15 16 * and other configuration settings.