Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI request: display breakdown of deletes vs. adds for MARC and MARCXML files #703

Open
sandbergja opened this issue Apr 26, 2022 · 1 comment

Comments

@sandbergja
Copy link

Marc and MarcXML files can either be Adds or Deletes, depending on position 5 of the Leader. While reviewing my organization's page, it would be helpful to confirm that a particular file we sent was, in fact, processed as Deletes.

One idea I had is to add this info to the records column of the uploaded files page. For example:

Status File Date created Size Content type Records
Valid MARC file1.xml 26 Apr 10:30 570KB application/marcxml+xml 126 deletes
Valid MARC file2.xml 26 Apr 10:30 1.13MB application/marcxml+xml 200,000 additions

Possibly related issue: #696.

@corylown
Copy link
Member

@sandbergja this is a good suggestion. Because adds, updates, and deletes can be mixed together in the same MARC binary or MARC XML file I think we'd need to show the counts of each for each file (combine counts of add/updates and show deletes separately.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants