Erik Bryn
Erik Bryn
It doesn't support this currently. Open to PRs and can provide some help.
http://github.com/ebryn/bigdata.js is the initial experimentation with this.
Proposed API: https://github.com/ebryn/ember-model/wiki/Store
Could you please submit a PR with tests?
I call this the "remote" hasMany case. It would be nice to have support for this baked in. Right now I suggest using a computed property that returns the result...
Started working on this. Plan is to use https://github.com/ebryn/EasyIndexedDB and recommend people use http://nparashuram.com/IndexedDBShim/ for additional browser support.
I'm interested in hearing proposed solutions, but can be a tricky issue. I typically just define embedded objects as `attr`s, but they won't be dirty tracked automatically.
This might be related to #5
@rtablada see https://github.com/ebryn/jsonapi-ts/pull/2#issuecomment-456022415