Skip to content

Releases: uoregon-libraries/newspaper-curation-app

v3.11.0: Improved audit logs and workflow tabs

15 Oct 14:08
Compare
Choose a tag to compare

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

12 Oct 15:04
Compare
Choose a tag to compare

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

01 Oct 15:51
Compare
Choose a tag to compare

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

01 Oct 15:45
Compare
Choose a tag to compare

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

20 Jul 15:34
Compare
Choose a tag to compare

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

17 May 16:45
448b7bc
Compare
Choose a tag to compare

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

10 May 14:54
Compare
Choose a tag to compare

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

17 Feb 20:31
Compare
Choose a tag to compare

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

08 Feb 19:15
Compare
Choose a tag to compare

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

v3.4.0

05 Feb 16:51
Compare
Choose a tag to compare

Minor bugfixes and a new command in batch-fixer for the rare event where you have to just redo derivatives entirely for an issue or even all issues in a batch.