Ticket #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) (diff)
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
Note: See
TracTickets for help on using
tickets.
