Changes between Version 10 and Version 11 of HarvestingHistory
- Timestamp:
- 03/28/11 01:10:38 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HarvestingHistory
v10 v11 12 12 Currently not possible to see a history of the results from a harvester - only the results of the last harvest are available. This proposal will add: 13 13 14 * a HarvestHistory table to the database14 * a !HarvestHistory table to the database 15 15 * record results of each harvest in the !HarvestHistory table 16 16 * add user interfaces to the Harvest Manager interface for review of results from individual harvesters or all harvesters … … 53 53 }}} 54 54 55 The info field is an XML string of the results of the harvest. The params field is the parameters of the harvester. The params field is present so that a harvester that has been deleted can be restored . XML strings are used for the results (info field) because the different harvesters do not share many result fields in common. The info field could also be an XML document describing a stack trace if a particular harvest failed.55 The info field is an XML string of the results of the harvest. The params field is the parameters of the harvester. The params field is present so that a harvester that has been deleted can be restored (but this is not yet implemented). XML strings are used for the results (info field) because the different harvesters do not share many result fields in common. The info field could also be an XML document describing a stack trace if a particular harvest failed. 56 56 57 57 As you can see, this table holds the history of all harvesters: this includes those that are currently defined in the Harvester Manager and those that have been deleted.