[ALOY-1268] Implement Backbone dualStorage adapter
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Models |
Labels | n/a |
Reporter | Fokke Zandbergen |
Assignee | Bruce Wayne |
Created | 2015-05-13T14:04:00.000+0000 |
Updated | 2015-05-13T14:05:53.000+0000 |
Description
We should look at implementing [dualStorage adapter](https://github.com/nilbus/Backbone.dualStorage) for Backbone so that developers can sync to both a remote (Arrow API) and local (SQLite) store. For mobile apps even more then web apps, having the ability to work offline is a must.
[~viezel] implemented this in a single Alloy [sync adapter for REST + SQLite](https://github.com/viezel/napp.alloy.adapter.restsql), but would love to help out to implement dualStorage so the developer is free to use any online + offline (properties e.g.) storage.