Difference between revisions of "Development/Accession module/2.x development"

From AtoM wiki
(2.1 release fixes and enhancements)
(2.1 release fixes and enhancements: fix link)
Line 21: Line 21:
  
  
'''#[https://projects.artefactual.com/issues/6752|6752 - Add qubitParentSlug column to Accessions CSV import template'''
+
'''#[https://projects.artefactual.com/issues/6752|6752] - Add qubitParentSlug column to Accessions CSV import template'''
  
 
This enhancement was a community pull request contributed by AtoM user Jen Whitney, following a discussion in the User Forum about linking imported accessions to existing descriptions in AtoM:
 
This enhancement was a community pull request contributed by AtoM user Jen Whitney, following a discussion in the User Forum about linking imported accessions to existing descriptions in AtoM:

Revision as of 16:58, 15 May 2015

Main Page > Development > Development/Accession module > Development/Accession module/2.x development

This page will capture a brief summary of bug fixes and enhancements added to the accession module since the AtoM 2.0.0 release.

2.1 release fixes and enhancements

#6007 - Add full-text search to accessions in AtoM 2.x

With the upgrade to using Elasticsearch in AtoM 2.0.0, much of the search and browse functionality previously added in earlier ICA-AtoM releases had to be re-implemented. AtoM 2.1.0 saw the re-introduction of full-text search to the accession module, with field weighting.

A list of the indexed fields and their relative weights has been added to the 2.1 User Manual, here:

#7241 - Add title and acquisition date to accession browse

In AtoM 2.0, the accession browse page was a simple table, that only included the accession number and the date of the last update. This enhancement improved the search and browse page results for the accession module.

#[1] - Add qubitParentSlug column to Accessions CSV import template

This enhancement was a community pull request contributed by AtoM user Jen Whitney, following a discussion in the User Forum about linking imported accessions to existing descriptions in AtoM:

A slug pointing to an existing archival description in AtoM can be placed in the new qubitParentSlug column. On import, AtoM will create a link to the existing description.

Important

After import, users must manually do 2 things: repopulate the search index, and manually increment the accessions counter in Admin > Settings.

Seealso

Relevant 2.1 documentation links:

2.2 release fixes and enhancements

TO DO: Add content here