craue / CraueConfigBundle

Database-stored settings made available via a service for your Symfony project.
MIT License
173 stars 35 forks source link

Per-user settings? #33

Closed nurikabe closed 7 years ago

nurikabe commented 7 years ago

Thinking about using this for app-wide as well as per-user settings? Could per-user settings be achieved via the "section" functionality, or would that be fitting a square peg into a round hole?

craue commented 7 years ago

This wouldn't work. Each setting's name is unique. Sections are only meant to arrange settings in (logical) groups.

nurikabe commented 7 years ago

Got it, thanks