Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Managing configuration #15

Open
julienw opened this issue Apr 18, 2016 · 0 comments
Open

Managing configuration #15

julienw opened this issue Apr 18, 2016 · 0 comments

Comments

@julienw
Copy link

julienw commented Apr 18, 2016

Currently we manage configuration using a ConfigService that takes its values either from the command line and/or a configuration file.

But we'll want to expose configurations to the user through a web interface. Moreover some configuration might be dynamic (eg: door lock's codes, which luminosities mean day and night). So it would be better to expose them through the Getter/Setter (or whatever we come up with the decentralised taxonomy) with a special type: Config (a normal Getter/Setter could have a type User). Maybe the type could be a Tag instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant