Changes between Version 67 and Version 68 of BluePrint/Synchronisation
- Timestamp:
- 05/17/10 07:21:35 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Synchronisation
v67 v68 43 43 44 44 * NB Most Users shouldn't need to be aware of sync at all 45 * a Big 'Sync Now' button should be all that is required for users with poor access to the Net or when they are requested to make an out-of-schedule sync. 45 * a Big 'Sync Now' button should be all that is required for users with poor access to the Net or when they are requested to make an out-of-schedule sync. Pressing this button needs to return a normal status: 46 * Green for 'Completed w/o conflicts' 47 * Amber warning for 'Complete - Conflicts logged' 48 * Red error for any of the 3 trapped errors (Network problem, Authentication problem, Code crash), ideally distinguishing between them. 46 49 47 50 * Sync Partners … … 70 73 * Schedule 71 74 * Since last date 72 * We need to be able to see if a sync has failed 73 * due to network problems 74 * due to permission problems 75 * Conflict storage 76 * New 'conflict' boolean column added to all syncable tables 77 * Hide this from all normal queries (like 'deleted') 78 * Modify UUID field to UUID_orig/sync_parter_id/version (or similar? Suggestions welcomed) 79 * Sync Log 80 * We need to view conflictsto launch conflict-resolution UI 81 * We need to be able to see if a sync has failed 82 * due to network problems 83 * due to permission problems 84 * due to code crash 75 85 * We need to be able to retry failed syncs 76 86 * Ideally continuing from where we left off, although having to redo that whole sync again is OK … … 92 102 93 103 * UI to manually resolve conflicts which aren't covered by policy 104 * Displays both records side-by-side & allows selection of which version to base the result on & copying fields across from the other into it. 94 105 95 106 * Sync Pools (Groups of Partners which share a common policy &/or username)