thesponge / kep

Knowledge Exchange Platform (Rails + Ember.js)
GNU Affero General Public License v3.0
6 stars 0 forks source link

Ember Data should only be updated by API calls #34

Open nightsh opened 9 years ago

nightsh commented 9 years ago

...instead it is updated by every tiny change you make in the frontend. Maybe it's because of the proxy objects. Maybe not. To be investigated.

nightsh commented 9 years ago

On a second thought, one should be able to specify in the controller whenever the situation requires a full API-based reload. So it should default to local storage, yet be reloaded from the server when needed.