Changes between Version 5 and Version 6 of BluePrintRecordMerger
- Timestamp:
- 12/08/10 10:06:12 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintRecordMerger
v5 v6 51 51 52 52 - 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) 53 55 - 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}}} 54 58 55 59 == Design == … … 61 65 - parses the URL query variable {{{with}}} 62 66 - calls the S3Resource.merge method appropriately 67 - Implement a generic view {{{merge.html}}} ({{{_merge.html}}}) which: 68 - renders the form 63 69 64 70 == Implementation ==