Releases: uoregon-libraries/newspaper-curation-app
v3.11.0: Improved audit logs and workflow tabs
Audit logs are easier to use, and issues awaiting metadata review are now sorted by those which have been waiting longest (time since they were curated).
As always, see our full changelog for details.
v3.10.1: Hotfix
Minor fix to workflow tabs: with the 100-issue max, users can no longer see issues awaiting review that they curated.
v3.10.0: Admin mega-release
Big changes for administrative tasks. Which is basically all NCA does. Hmm. Maybe "Admin mega-release" was a dumb name.
Anyway, two major features with three major changes:
- The Workflow UI now lazy-loads data and displays no more than 100 records at a time. This is a huge win for times when there are thousands of issues blasted our way all at once.
- To compensate for only showing 100 records at a time, the workflow UI now also sports a filter interface to narrow down which issues you see. This currently allows filtering by LCCN or MOC, but the infrastructure is there to easily add other types of filters.
- The audit logs are now available to view and download. No more "hey dev, I need you to get information about how much activity was done this year". Get it yourself, Bob!
v3.9.0: Issue error overhaul
OOPS... this was completed months ago and I forgot to draft a release 🙄
The big change for 3.9.0 was how errors on issues work: some errors can be bypassed in order to get metadata entered as long as the curator explicitly agrees to skip them.
v3.8.0: new tool + various fixes
Small fixes and a shiny new command-line tool for handling "dead" issues. As always, see our changelog for full details.
v3.7.2: local development fixes
Fixes an issue using Docker for local dev as well as an edge-case issue most people probably wouldn't have seen anyway. See our changelog for details.
v3.7.1: Better action log plus fixes
These notes describe 3.7.1 and 3.7.0. 3.7.1 was a hotfix to a deploy script problem that happened before 3.7.0 notes could be written here.
The most notable change is that the action log (attached to issues) is now more complete and should be a more useful tool for seeing when just about any important event occurred. The trivial events are hidden on the curation and metadata review pages, but they're visible everywhere else -- most notably on the "view" page, e.g., https://nca.somewhere.edu/nca/workflow/26329/view
Additional fixes of note:
- Actions now preset local time instead of UTC, so those timestamps should make a lot more sense
- When a dead job is manually restarted, it actually restarts in full now - it was previously not actually resetting its "retry" counter, which made it effectively dead again pretty much instantly.
As always, see the changelog for full details.
v3.6.0: Improvements and new batch-fixer command
v3.6.0 adds a single command I hope I never need again: bulk remove/error all issues in a bad batch.
Full changelog: https://github.com/uoregon-libraries/newspaper-curation-app/blob/main/CHANGELOG.md#v360
v3.5.0
v3.5.0 makes uploaded scans easier to manage. Since we always assume those are already ordered for NCA to process (being processed by curators prior to upload), we don't need to have such strict filename requirements. Additionally, page filenames are made consistent after issues are brought into the NCA workflow in order to match the NDNP batch naming requirements as well as make it easier to look at the files manually, if necessary.
Changelog link: https://github.com/uoregon-libraries/newspaper-curation-app/blob/main/CHANGELOG.md#v350