You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor RegisterSourcesBods::Services::MigratorLEI into the new RegisterSourcesBods::Migrations method.
This is quite a small task, and the LEI migrations have already been run, but I think there's merit in refactoring and importing it, not only to clean up existing code, but also as a useful reference for how to migrate identifiers.
It should also include refactoring RegisterSourcesOC::Repositories::AddIdRepositorysearch_scroll to use since-added RegisterCommon::Elasticsearch::Querysearch_scroll instead, further reducing duplication (one function at a time…).
Refactor
RegisterSourcesBods::Services::MigratorLEI
into the newRegisterSourcesBods::Migrations
method.This is quite a small task, and the LEI migrations have already been run, but I think there's merit in refactoring and importing it, not only to clean up existing code, but also as a useful reference for how to migrate identifiers.
It should also include refactoring
RegisterSourcesOC::Repositories::AddIdRepository
search_scroll
to use since-addedRegisterCommon::Elasticsearch::Query
search_scroll
instead, further reducing duplication (one function at a time…).RegisterSourcesBods::Services::MigratorLEI
RegisterSourcesOC::Repositories::AddIdRepository
This was noted as part of #222 .
The text was updated successfully, but these errors were encountered: