Changes between Initial Version and Version 1 of Ticket #36


Ignore:
Timestamp:
Dec 16, 2009, 11:51:29 AM (14 years ago)
Author:
Gavin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36

    • Property Owner set to Gavin
    • Property Status changed from new to accepted
    • Property Milestone changed from 0.6 - to 0.5 - Functionality and Bugs
    • Property Summary changed from Concept of a system task or standing task. to Store configuration settings in database
  • Ticket #36 – Description

    initial v1  
    1 The system can record events in 'system' tasks.
    2  * Probably require a flag or way to lockout the tasks.
    3  * Perhaps a simple comment: "This is an application generated task".
     1Create a new Config class. [[BR]]
     2The system can record events and configuration settings in this class.
    43
    5 This type of task would be used for recording creation of:
    6  * Base data.
    7  * Demo data.
    8  * Standing task for fault entries.
    9  * What else?
     4{{{
     5Class Config {
     6    String name
     7    String value
     8}
     9}}}
     10
     11This will be used for recording:
     12 * Base data created.
     13 * Demo data created.
     14 * Date formats.
     15 * and other configuration settings.