jDrupal icon indicating copy to clipboard operation
jDrupal copied to clipboard

Add local storage layer to entity index

Open signalpoint opened this issue 10 years ago • 4 comments

This commit was crucial to this implementation: https://github.com/easystreet3/jDrupal/commit/0a9f907d83e0fab205af7eb54f26d64f32f85cc6

signalpoint avatar Oct 21 '15 21:10 signalpoint

This isn't ready yet because Services doesn't return a fully loaded node object.

signalpoint avatar Oct 22 '15 23:10 signalpoint

This can be in Services now: https://www.drupal.org/node/2601764

signalpoint avatar Mar 01 '16 18:03 signalpoint

@signalpoint, does this exist in 8.x-1.x? Is there a way to use this with preloaded data in a cordova app?

kentr avatar Apr 08 '16 03:04 kentr

@kentr this hasn't made it into the 8.x version yet. The code that powers it for 7.x is here: https://github.com/easystreet3/jDrupal/blob/7.x-1.x/src/entity.js

I'd love to find a way to share that functionality between 7 and 8, because the layer between jDrupal and the local storage should be almost identical.

signalpoint avatar Apr 09 '16 15:04 signalpoint