Changes between Version 10 and Version 11 of HarvestingHistory


Ignore:
Timestamp:
Mar 28, 2011, 1:10:38 AM (13 years ago)
Author:
simonp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HarvestingHistory

    v10 v11  
    1212Currently 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:
    1313
    14  * a HarvestHistory table to the database
     14 * a !HarvestHistory table to the database
    1515 * record results of each harvest in the !HarvestHistory table
    1616 * add user interfaces to the Harvest Manager interface for review of results from individual harvesters or all harvesters
     
    5353}}}
    5454
    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.
     55The 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.
    5656
    5757As 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.