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

Separate user settings from app settings #59

Open
dotlouis opened this issue Mar 8, 2015 · 0 comments
Open

Separate user settings from app settings #59

dotlouis opened this issue Mar 8, 2015 · 0 comments

Comments

@dotlouis
Copy link
Owner

dotlouis commented Mar 8, 2015

for example the object: { templateUrl: "/app/template.html"} is an app setting because it will not be modified by the user.
However the object: card = { name: "bookmarks", enabled: true; } is gonna be modified by the user.

The goal is to better separated theses settings to make the update process easier.
Maybe separated them in one angular.values() for user settings and one angular.constant() for app settings.
This way when updating cardboard, app settings are automatically new. While user settings are kept if compatible (ie. not "major" version as semver describes it)

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

No branches or pull requests

1 participant