Changes between Version 8 and Version 9 of BluePrintRecordMerger
- Timestamp:
- 01/27/11 22:43:48 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintRecordMerger
v8 v9 66 66 == Design == 67 67 68 - Implement {{{merge}}} as a method in [wiki:S3XRC/RESTfulAPI/S3Resource S3Resource], which: 69 - generates the {{{merge}}} form from either another record in the same resource or a Storage of fields 70 - processes the form upon POST 71 - Implement {{{merge}}} as a method in S3CRUDHandler, which: 72 - parses the URL query variable {{{with}}} 73 - calls the S3Resource.merge method appropriately 68 - Implement {{{merge}}} as a subclass of {{{S3Method}}} 74 69 - Implement a generic view {{{merge.html}}} ({{{_merge.html}}}) which: 75 70 - renders the form