Changes between Version 17 and Version 18 of BluePrint/Mobile/P2PSync


Ignore:
Timestamp:
05/31/17 09:25:11 (8 years ago)
Author:
MichaelRogers
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Mobile/P2PSync

    v17 v18  
    122122=== Workflows ===
    123123
    124 ==== 1. Peering between two mobile devices ====
     124==== 1. Peering between mobile devices ====
    125125
    126126===== 1.1. Peering without stored peer identities =====
     
    206206* Delete documents that were received from peers and have been confirmed by the server.
    207207
     208This option has no extra dependencies.
     209
    208210==== 2. Synchronize database records ====
    209211
     
    212214
    213215This option requires the app's database to be ported from [https://github.com/nolanlawson/cordova-plugin-sqlite-2 Cordova SQLite] to [https://pouchdb.com/ PouchDB], which [https://pouchdb.com/adapters.html wraps] Cordova SQLite. [https://github.com/pouchdb-community/pouchdb-replication-stream PouchDB Replication Stream] extracts changes from the database to be synced via Bramble.
     216
     217Alternatively, the component can provide a separate PouchDB database for records that need to be synced.
    214218
    215219This option has the following extra dependencies: