You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ See the [Project Wiki](https://github.com/BlairAllegroTech/js-data-jsonapi/wiki)
17
17
|When deserializing JsonApi data add 'ParentIds' so that js-data **belongsTo** relationships can work|code complete, some tests|
18
18
|When deserializing JsonApi data add **'LocalKey/LocalKeys'** or **'ForeignKeys'** depending on js-data configurations so that js-data **hasOne** and **hasMany** relationships can work|code complete, some tests|
19
19
|Add metadata to indicate if an object is a jsonApi reference, indicating that it is partially populated only|code complete, some tests|
20
-
|Transparently request full objects when requested from js-data cache and object is a jsonApi reference only, e.g. Not fully populated|Started|
21
-
|Store hyperlinking data within metadata of stored data|Started|
22
-
|Use metadata hyperlinks to request related data from JsonApi data store|Started|
20
+
|Transparently request full objects when requested from js-data cache and object is a jsonApi reference only, e.g. Not fully populated|code complete, some tests|
21
+
|Store hyperlinking data within metadata of stored data|code complete, some tests|
22
+
|Use metadata hyperlinks to request related data from JsonApi data store|code complete, some tests|
23
23
|Use metadata hyperlinks to add new items to relationships|Not started|
0 commit comments