LD4P / qa_server

A rails engine with questioning authority gem installed to serve as an authority search server with normalized results.
Apache License 2.0
6 stars 3 forks source link

do not display authorities that are no longer active on the monitor status page #434

Closed elrayle closed 3 years ago

elrayle commented 3 years ago

Description

If an authority isn't on the active list of authorities, then don't display any of its data on the monitor status page. It eats up room without providing valuable information.

Expected

Authorities that are no longer active should not appear in the history table.

Actual

Authorities that are no longer active continue to appear in the history table.

In the following, AGROVOC_NEW_LD4L_CACHE and CERL_NEW_LD4L_CACHE are not longer active and should not appear.

image

To reproduce

Load the Monitor Status page and verify that any authority with _NEW_ in the name is not displayed.