Changes between Version 5 and Version 6 of BluePrintRecordMerger


Ignore:
Timestamp:
12/08/10 10:06:12 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintRecordMerger

    v5 v6  
    5151
    5252  - Merging of duplicate records in the de-duplicator
     53    - De-duplicator UI presents a list of possible pairs of duplicates: ''(original, duplicate)''
     54    - List entries are linked to the {{{merge}}} method (action button)
    5355  - Merging of conflicting remote records in the synchronization conflict resolution UI
     56    - Conflict UI presents a list of conflicting updates: ''(original, conflicting update)''
     57    - List entries are linked to the {{{merge}}} method (action button), or {{{delete}}}
    5458
    5559== Design ==
     
    6165    - parses the URL query variable {{{with}}}
    6266    - calls the S3Resource.merge method appropriately
     67  - Implement a generic view {{{merge.html}}} ({{{_merge.html}}}) which:
     68    - renders the form
    6369
    6470== Implementation ==