ember-data-hal-adapter
ember-data-hal-adapter copied to clipboard
Fix embedded records transformation
The hack of making all the embedded records into arrays breaks belongsTo
relationships in models.
Ideas:
- Check how JSON/RESTAdapter deal with records
- Use metadata to only parse attributes defined in the model
- [ ] Parse metadata
- [ ] Change extractSingle
@locks is this still an issue?
@chadhietala I think so, I haven't touched this library in a while unfortunately.
@locks any chance you'll be getting back to it soon?
@timbunce I was kind of waiting for the new draft to come out, which I thought would be out by now. I'm using the adapter in a project, so I'll have some fixes to push.
That's good to hear, thanks. Could you push what you have soonish?