removeTaggingCondition #297

Merged
claudio.atzori merged 4 commits from removeTaggingCondition into beta 2023-06-12 09:53:06 +02:00

In this PR we add the constraints to remove the association for a community. It can be helpful when other settings bring too much information in the community, and we want to remove some of them (for example the one published in a specific journal).
The pathMap needs to be extended by adding the hostedby and collectedfrom json paths.

The new pathMap is the following

{
   "author":"$['author'][*]['fullname']",
   "title":"$['title'][*]['value']",
   "orcid":"$['author'][*]['pid'][*][?(@['qualifier']['classid']=='orcid')]['value']",
   "contributor":"$['contributor'][*]['value']",
   "description":"$['description'][*]['value']",
   "subject":"$['subject'][*]['value']",
   "fos":"$['subject'][?(@['qualifier']['classid']=='FOS')].value",
   "sdg":"$['subject'][?(@['qualifier']['classid']=='SDG')].value",
   "hostedby":"$['instance'][*]['hostedby']['key']",
   "collectedfrom":"$['instance'][*]['collectedfrom']['key']"
}
In this PR we add the constraints to remove the association for a community. It can be helpful when other settings bring too much information in the community, and we want to remove some of them (for example the one published in a specific journal). The pathMap needs to be extended by adding the hostedby and collectedfrom json paths. The new pathMap is the following ``` { "author":"$['author'][*]['fullname']", "title":"$['title'][*]['value']", "orcid":"$['author'][*]['pid'][*][?(@['qualifier']['classid']=='orcid')]['value']", "contributor":"$['contributor'][*]['value']", "description":"$['description'][*]['value']", "subject":"$['subject'][*]['value']", "fos":"$['subject'][?(@['qualifier']['classid']=='FOS')].value", "sdg":"$['subject'][?(@['qualifier']['classid']=='SDG')].value", "hostedby":"$['instance'][*]['hostedby']['key']", "collectedfrom":"$['instance'][*]['collectedfrom']['key']" } ```
miriam.baglioni added 3 commits 2023-05-24 16:39:20 +02:00
miriam.baglioni requested review from claudio.atzori 2023-05-24 16:39:37 +02:00
miriam.baglioni requested review from alessia.bardi 2023-05-24 16:39:37 +02:00
claudio.atzori added 1 commit 2023-06-12 09:50:41 +02:00
claudio.atzori merged commit eb2fa8556b into beta 2023-06-12 09:53:06 +02:00
Sign in to join this conversation.
No description provided.