2010-11-14 23:19:07 +01:00
|
|
|
Lumiera Design: Application and Session Configuration
|
|
|
|
|
=====================================================
|
|
|
|
|
|
2010-11-15 02:21:13 +01:00
|
|
|
*TODO* : 'write design document'
|
|
|
|
|
|
2010-11-16 09:00:46 +01:00
|
|
|
The Lumiera application uses two quite different sources for configuration
|
|
|
|
|
|
|
|
|
|
- individual __settings values__ can be loaded from an application- and user configuration in the conventional way
|
2018-11-15 21:13:52 +01:00
|
|
|
- various facilities, especially in the Steam-Layer, base the actual behavour on __queries__, which are
|
2010-11-16 09:00:46 +01:00
|
|
|
to be resolve employing a rules based system '(planned)'. Configuration rules will be provided by the
|
|
|
|
|
application (defaults), a session template and rules stored in the actual session.
|
|
|
|
|
|
2025-09-02 19:42:49 +02:00
|
|
|
-> see also the link:rfc/ConfigLoaderDraft2008.html[Config Loader brainstorming from 2008] (implementation details)
|
2010-11-14 23:19:07 +01:00
|
|
|
|
|
|
|
|
|