Changes between Version 69 and Version 70 of BluePrint/Synchronisation


Ignore:
Timestamp:
05/17/10 20:22:06 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Synchronisation

    v69 v70  
    7575   * Since last date
    7676 * Conflict storage
    77   * New 'conflict' boolean column added to all syncable tables
    78   * Hide this from all normal queries (like 'deleted')
    79   * Modify UUID field to UUID_orig/sync_parter_id/version (or similar? Suggestions welcomed)
     77  * New 'sync_conflict' table with a single visible field 'record' which stores the XML of the foreign record
     78   * Maybe expose the sync_partner into another column for easier sorting/searching
     79  * .represent leads to the UI to manage conflicts
     80  * Once conflict resolved, then the record is marked as 'deleted'
    8081 * Sync Log
    8182  * We need to view conflictsto launch conflict-resolution UI