Skip to content

Commit

Permalink
Field method refactor for Marc transform (#200)
Browse files Browse the repository at this point in the history
Why these changes are being introduced:
* These updates are required to implement the architecture described
in the following ADR: https://github.com/MITLibraries/transmogrifier/blob/main/docs/adrs/0005-field-methods.md

How this addresses that need:
* Add field methods and corresponding unit tests:
  alternate_titles, call_numbers
* Add private methods for key MARC elements:
  leader and control field '008'
* Rename 'xml' -> 'source_record'
* Update dependencies

Side effects of this change:
* None

Relevant ticket(s):
* https://mitlibraries.atlassian.net/browse/TIMX-288
  • Loading branch information
jonavellecuerdo authored Jul 23, 2024
1 parent 0e67da5 commit d83c86d
Show file tree
Hide file tree
Showing 3 changed files with 476 additions and 207 deletions.
146 changes: 83 additions & 63 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d83c86d

Please sign in to comment.