pulibrary / figgy

Valkyrie-based digital repository backend.
Other
35 stars 4 forks source link

Report Needed: How many objects are linked to MMS IDs in Figgy? #6324

Closed kelea99 closed 2 months ago

kelea99 commented 3 months ago

Summary

See https://github.com/pulibrary/bibdata/issues/2330 for reference DACs needs a report run against figgy that includes:

Goal

Rectify the faceting in Orangelight to accurately reflect what online content is actually there, including all of figgy content (faceting and online content link in record itself)

Impact

Please include hard deadlines, if the exhibit is part of an event, the issue is stopping work, etc. Users are not able to find anything that has been added to Figgy since 2021 via the faceting. Users are confused or miss the online content entirely, because it is not noted in the catalog record (and is only visible if the user scrolls down).

Priority recommendation

Sudden Priority Justification

Required if "asap" or "within the next 3 weeks" is checked. Add "Sudden Priority" and "Maintenance/Research" labels DACS is working on their quarterly sprint planning this week and working out a plan/roadmap to commence work this on sometime after all hands (Ideally). If they have this report in hand, they will be able to more accurately scope the future work.

Expected behaviour

Actual behaviour

Steps to reproduce behaviour

Screenshots

tpendragon commented 2 months ago

Code to generate report:

CSVReport.new(ChangeSetPersister.de
fault.query_service.custom_queries.all_mms_resources
, fields: [:id, :source_metadata_identifier, :identi
fier, :internal_resource, :change_set, :visibility,
:state]).write(path: Rails.root.join("tmp", "mms_id_
resources.csv")); nil
scp deploy@figgy-web-prod1:/opt/figgy/current/tmp/mms_id_resources.csv ~/Downloads/mms_id_resources.csv

Report is attached. mms_id_resources.csv

@kelea99 @maxkadel @kevinreiss Can you confirm this is what you needed so I can close this?