mjordan / islandora_repository_reports

A Drupal 8 module that provides a collection of graphical reports on various aspects of an Islandora repository.
GNU General Public License v2.0
2 stars 5 forks source link

Add a failed fixity check report using data from Riprap #21

Closed mjordan closed 4 years ago

mjordan commented 4 years ago

Islandora Riprap provides its own chart showing failed fixity events from Riprap that looks like this:

fixity_events_report_failures

If Islandora Riprap is installed, this report is available either from with the "Fixity Auditing" admin settings form at admin/config/islandora_riprap/settings, or from the "Islandora Riprap" row in Drupal's "Status report" list.

Provided Islandora Riprap is installed, it would be fairly easy to provide a version of this chart from the same drop-down list of the charts provided by Islandora Repository Reports, since the code to query Riprap for failed fixity events can easily be reused by this module.

mjordan commented 4 years ago

It may be possible to use the "html" chart type to pull in the Riprap chart, instead of having Reports generate and render it.

mjordan commented 4 years ago

Too much hassle. Instead, I added a small submodule that adds and entry to the reports select list but just links to the report generated by Islandora Riprap.

https://github.com/mjordan/islandora_repository_reports/blob/master/modules/islandora_repository_reports_riprap/README.md