NEU-Libraries / cerberus

Digital Repository Service
8 stars 0 forks source link

Load report file name ordering #1150

Closed sarahjeansweeney closed 7 years ago

sarahjeansweeney commented 7 years ago

Currently, the IPTC and other loader reports display the filenames in the order they were processed by the loader (I think), which is not necessarily in the filename sequence order.

For example, this IPTC load report lists the files out of order: 2017-10-11_1008

Though some load reports do display the files in order: https://repository.library.northeastern.edu/loaders/spreadsheet/report/2275

2017-10-11_1009

Marcom requested that the load report be sorted by the filename, which seems reasonable. I can see two options to support this: process the files in filename order or allow the load report table to be sorted by file name, core file title, or status - or both. Being able to sort by status would be useful when someone is troubleshooting a load with errors.

dgcliff commented 7 years ago

Sorting by column shouldn't be too bad, will make a patch.