Actions
Task #6647
closedStory #6598: Add Provenance to the DataCatalog and Metadata views
Expand the SolrResult model to include provenance index fields
Start date:
01/15/2015
Due date:
% Done:
0%
Estimated time:
Updated by Lauren Walker almost 10 years ago
The model will also need to store whether or not that index field points to a source or derivation of that Solr doc so the UI knows whether to draw that on the left or right side of the UI. A presentation-language version of the field (and possibly all fields) will be usual as well went presenting the provenance in the UI.
Updated by Lauren Walker almost 10 years ago
- Status changed from New to Resolved
- translation missing: en.field_remaining_hours set to 0.0
I also added some helper functions to do the following:
- Retrieve all the field names that are provenance-related
- Find out if a SolrResult has a provenance trace
- Determine whether a SolrResult field is a provenance field that points to either a source entity or a derivation entity (helpful for drawing the ProvChartView where sources are drawn on the left and derivations on the right)
Actions