Changes between Version 64 and Version 65 of BluePrint/Synchronisation


Ignore:
Timestamp:
05/16/10 16:00:43 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Synchronisation

    v64 v65  
    6464   * Schedule
    6565    * Since last date
     66  * We need to be able to see if a sync has failed
     67   * due to network problems
     68   * due to permission problems
     69  * We need to be able to retry failed syncs
     70   * Ideally continuing from where we left off, although having to redo that whole sync again is OK
     71    * Do not mark sync as completed until it is
    6672
    6773 * Offline Sync (e.g. USB stick or email attachment)
     
    96102  * Allow nodes on same LAN to auto-discover each other (i.e. integrate work done in GSoC 2009)
    97103
     104 * Documentation for each of the above - during the stage it is developed
     105
     106 * Testing for each of the above - during the stage it is developed
    98107=== Old ===
    99108Current Sync Implementation based on JSON-RPC can be found here: SynchronisationImplementation