data icon indicating copy to clipboard operation
data copied to clipboard

A lightweight reactive data library for web applications. Designed over composable primitives.

Results 253 data issues
Sort by recently updated
recently updated
newest added

Documentation
changelog:doc
hacktoberfest-accepted

Hi, I've found that if you perform a `.get` against an async hasMany relationship on a model and the underlying API request fails, subsequent calls to `.get` the relationship continue...

Needs Bug Verification
:label: bug
good-first-issue

I have an API endpoint `/api/foos` that returns a collection of `Foo`s. Each `Foo` `belongsTo` a (has one) `Bar`, and the related link comes over in the JSON-API payload as...

coalescing

When using serializers with 1.0.0.beta.15, they expect to receive a `snapshot` instead of the `record`. I have missed any doc that states which is the default way to create a...

I'm struggling to decide whether this is the desired behavior or not, I can see both arguments. It did however cause me considerable confusion when upgrading. Here is the use...

Improvement
Good for New Contributors
Needs PR(s)

The `ds-finder-include` feature (enabled by default in ED 2.5) works for finder calls `store.find/findAll` but it doesn't for save operations. This is useful when creating/updating a record must request also...

Improvement
Needs Team Discussion
Good for New Contributors

Continue polishing the documentation I introduced in #7019. We'll want to expand that because it focuses chiefly on monolithic installs and only uses `yarn`. In reality people consume ember-data differently...

Documentation

As requested by @runspired, here are the things I found to be undocumented, but required to be known for using ember-data: * [x] snapshot, as passed into many DS.Adapter functions....

Documentation
Good for New Contributors

[](https://guides.emberjs.com/v2.12.0/models/relationships/#toc_polymorphism) Would expect to see how to find/fetch exactly `my-model` or `my-model and all its descendants`.

Documentation
Good for New Contributors

There is some inconsistent naming the codebase. A first step to improving this is writing a clear glossary of objects, states and actions. It doesn't really need to be complete,...

Documentation
Good for New Contributors