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

Refactor refreshPreferences to load individual preference data #104

Open
jwir3 opened this issue Dec 17, 2016 · 0 comments
Open

Refactor refreshPreferences to load individual preference data #104

jwir3 opened this issue Dec 17, 2016 · 0 comments
Milestone

Comments

@jwir3
Copy link
Owner

jwir3 commented Dec 17, 2016

Right now, the refreshPreferences() method is refreshing all preference data. This method is called on every preference partial view load. We should add some data to the partial preference views, in html, that allows us to specify which preference data we need. (Perhaps through the use of a lookup table and a data-required attribute on the first node?)

Alternatively, we could just go by the view id (so 'locations' would resolve to the data for 'locations', and 'level profiles' would correspond to the data for 'level-profiles').

@jwir3 jwir3 added this to the Backlog milestone Dec 17, 2016
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