Skip to content

Releases: hudmol/as_spreadsheet_bulk_updater

Release v0.6

09 Apr 00:36
Compare
Choose a tag to compare

New features:

  • Allow update of existing subrecords and also addition of new subrecords via extra blank columns
  • Support deletion of subrecords when column entries are cleared
  • Include columns for instances whereby sub container and top container fields can be set
  • Date type is defaulted based on the presence of an end date column entry
  • Add validation to ensure archival objects in spreadsheet exist
  • Configurable delete of sub records via AppConfig[:spreadsheet_bulk_updater_apply_deletes]
  • Configurable creation of new top containers (for those in the spreadsheet not found used within the hierarchy of the current resource) via AppConfig[:spreadsheet_bulk_updater_create_missing_top_containers]

Bug fixes:

  • Support prefix in staff UI routes
  • Exclude the resource id from the spreadsheet (archival objects only)

Release v0.5

01 Apr 19:51
Compare
Choose a tag to compare

Sprinkle of extra parenthesis and escape of literal SQL query to try and avoid SQL errors when counting notes.

Release v0.4

30 Mar 02:07
Compare
Choose a tag to compare

Fixed a bug whereby an AO with no notes throws an exception.

Release v0.3

25 Mar 00:17
Compare
Choose a tag to compare

Support notes! Well... support text only notes for multipart note types "bioghist", "scopecontent" and "accessrestrict".

Release v0.2

24 Mar 02:49
Compare
Choose a tag to compare

Update the columns in the spreadsheet to:

  • Title
  • Level of Description
  • Dates (subrecord)
    • Expression
    • Begin
    • End
    • Certainty
  • Extent (subrecord)
    • Portion
    • Number
    • Type
    • Container Summary

And support more than 26 columns!

Release v0.1

24 Mar 00:05
Compare
Choose a tag to compare

Initial version for proof of concept and testing/sanity checking.