Anthony Swift

Results 8 comments of Anthony Swift

storeName may solve the issue, I will check this out. What I mean by global sync is, at the moment I have in localstorage something similar to this: .../services/job1_dirty: [guid1,...

Setting the store name does indeed solve the issue I was having. I now have a single services_dirty entry in localstorage which is synced correctly. I did get caught out...

I think sync of a particular storeName is a good idea. In my scenario being able to perform a sync on app start or cordova's `online` event are important. This...

Hi eladxxx. Let see if I can elaborate on my scenario further. I have a fairly simple hybrid mobile app which consists of a list of jobs which the user...

Yes, that's right. Since I can only call syncDirtyAndDestroyed on a collection or model (right?) I am rebuilding the collection from localStorage before performing the sync.

Yes sure I could maintain the dirty collections and models. However since dirty objects are already being tracked in localStorage, its not the most elegant solution. Additionally, should there be...

We're arguing over semantics here. I still assert that reference tracking is not the right solution but the meat of my suggestion is the need to handle volatile scenarios, at...

Hi, I'm not at the desk right now but to add more info, the tag was written with a different app. The tags current content will be missing any language...