Hide quality score for specific harvest backends #362
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a proposal to start harvesting some plateforms (ex with opendatateam/udata#2957) without penalizing them due to harvest issues.
Indeed, if quality errors shows prominently, some producers won't want to be harvested.
We could remove this when we're sure the quality issues are no more the consequences of the harvest mapping.
It would show like this on a Dataset page:
![image](https://private-user-images.githubusercontent.com/28541902/306241596-49bb83fa-fecf-4306-9896-bcd2c0261da3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMzg3NjYsIm5iZiI6MTczOTIzODQ2NiwicGF0aCI6Ii8yODU0MTkwMi8zMDYyNDE1OTYtNDliYjgzZmEtZmVjZi00MzA2LTk4OTYtYmNkMmMwMjYxZGEzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDAxNDc0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTlkNWIxZThhZmFhYmVlNWE0OTVmOWNmZWU1ZGFiY2RiMmJlODViZDA5YTA4NGY2NzIyN2YzYjEyYTY2MGY0MjgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.yZwxryuEOTt_TVXbVAcIZMQKxNdE8lYiSQkSW8VLhwM)
Detailed items are still available in the toggle, but not warning shown directly.
On the Dataset card, the quality metadata would simply not be shown.
![image](https://private-user-images.githubusercontent.com/28541902/306242136-82967139-851f-4a33-9bae-bc05ab2ee148.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMzg3NjYsIm5iZiI6MTczOTIzODQ2NiwicGF0aCI6Ii8yODU0MTkwMi8zMDYyNDIxMzYtODI5NjcxMzktODUxZi00YTMzLTliYWUtYmMwNWFiMmVlMTQ4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDAxNDc0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM5OTljNDBhODc3MzFiYTRhMDhkNzlmZDE0MDkwZGViZjMzMTY2MTRiOWUxMWE4YzllNDhlMjlkZTEzNTU4YjYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.xuurZMyHOUVY_D-8g0DoyhMK9ir7CZkr29cSes7_E8M)
What do you think @agarrone?