Changes between Version 67 and Version 68 of BluePrint/Synchronisation


Ignore:
Timestamp:
05/17/10 07:21:35 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Synchronisation

    v67 v68  
    4343
    4444 * 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.
    4649
    4750 * Sync Partners
     
    7073   * Schedule
    7174    * 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
    7585  * We need to be able to retry failed syncs
    7686   * Ideally continuing from where we left off, although having to redo that whole sync again is OK
     
    92102
    93103 * 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.
    94105
    95106 * Sync Pools (Groups of Partners which share a common policy &/or username)