Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BXC-4303 Generate list of collection numbers #68

Merged
merged 2 commits into from
Oct 11, 2023

Conversation

krwong
Copy link
Contributor

@krwong krwong commented Oct 10, 2023

https://unclibrary.atlassian.net/browse/BXC-4303

  • create ArchivalDestinationsService
  • add generateCollectionNumbersList method: generate unique list of values for provided field name
  • add fieldName option to DestinationMappingOptions

… and tests, add fieldName option to DestinationMappingOptions
Copy link
Member

@bbpennel bbpennel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! One minor cleanup thing

CdmEnvironmentHelper.DEFAULT_ENV_ID, BxcEnvironmentHelper.DEFAULT_ENV_ID);
testHelper = new SipServiceHelper(project, tmpFolder);
service = new ArchivalDestinationsService();
indexService = new IndexFilteringService();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this isn't being used since it passes in testHelper.getIndexService() below

@bbpennel bbpennel merged commit fa0a78e into main Oct 11, 2023
2 checks passed
@bbpennel bbpennel deleted the BXC-4303-list-collection-nums branch October 11, 2023 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants