Opened 16 years ago
Last modified 16 years ago
#36 closed enhancement
Store configuration settings in database — at Version 3
| 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 (3)
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) |
|---|
Note: See
TracTickets for help on using
tickets.
