Opened 14 years ago

Closed 14 years ago

#36 closed enhancement (fixed)

Store configuration settings in database

Reported by: Gavin Owned by: Gavin
Priority: major Milestone: 0.5 - Functionality and Stability
Component: gnuMims - application general Version: trunk
Keywords: Cc:

Description (last modified by Gavin)

Create a new AppConfig class.
The system can record events and configuration settings in this class.

e.g:

Class AppConfig {
    String name
    String value
}

This will be used for recording:

  • Base data created, then can be tested to disable double creation.
  • Demo data created, then can be tested to disable double creation.
  • Date formats.
  • and other configuration settings.

Change History (4)

comment:1 Changed 14 years ago by Gavin

Description: modified (diff)
Milestone: 0.6 -0.5 - Functionality and Bugs
Owner: set to Gavin
Status: newaccepted
Summary: Concept of a system task or standing task.Store configuration settings in database

comment:2 Changed 14 years ago by Gavin

Description: modified (diff)

comment:3 Changed 14 years ago by Gavin

Description: modified (diff)

comment:4 Changed 14 years ago by Gavin

Resolution: fixed
Status: acceptedclosed

Implemented in r234 and r237.

Note: See TracTickets for help on using tickets.