As originally discussed in Slack and later in tech hours, we need to be able to put reviews of datasets into Croissant.
Reviews of datasets are implemented in the following PR, which has not yet been merged as of this writing:
In short, it calls a GetDatasetReviewsCommand to do a Solr query.
On especially tricky part of this is that additional reviews can be added at any time.
The ExportDataProvider interface doesn't know anything about reviews, currently.
As originally discussed in Slack and later in tech hours, we need to be able to put reviews of datasets into Croissant.
Reviews of datasets are implemented in the following PR, which has not yet been merged as of this writing:
In short, it calls a GetDatasetReviewsCommand to do a Solr query.
On especially tricky part of this is that additional reviews can be added at any time.
The ExportDataProvider interface doesn't know anything about reviews, currently.