Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The config/modules/oaire-qaevents.cfg file allows to configure witch Topic should be processed, indeed some Topics could have no configured action on the repository

qaevents.openaire.import.topic = ENRICH/MISSING/ABSTRACT

qaevents.openaire.import.topic = ENRICH/MORE/PID
qaevents.openaire.import.topic = ...

and a list of URLs to acknowledge the decision made by the Repository Manager via the DSpace UI

oaire-qaevents.openaire.acknowledge-url = https://httpdump.io/...

...

Two REST endpoints have been developed to expose the data so collected

  • /api/integration/qualityassurancetopicsqualityassurancetopic to provide access to summary information about the available topic and number of events to deal with
  • /api/integration/qualityassuranceevent to provide access to the detailed events so that they can be reviewed and managed by the repository manager

...

Two REST endpoints have been developed to interact with the notification broker events

  • /api/integration/nbtopicsqualityassurancetopic to provide access to summary information about the available topic and number of events to deal with
  • /api/integration/qaeventsqualityassuranceevent to provide access to the detailed events so that they can be reviewed and managed by the repository manager

...