Opened 16 years ago
Closed 16 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 )
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 16 years ago by
| Description: | modified (diff) |
|---|---|
| Milestone: | 0.6 - → 0.5 - Functionality and Bugs |
| Owner: | set to Gavin |
| Status: | new → accepted |
| Summary: | Concept of a system task or standing task. → Store configuration settings in database |
comment:2 Changed 16 years ago by
| Description: | modified (diff) |
|---|
comment:3 Changed 16 years ago by
| Description: | modified (diff) |
|---|
comment:4 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.

Implemented in r234 and r237.