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' |