-
Notifications
You must be signed in to change notification settings - Fork 1
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
Map SUL/SDR location to SUL/INTERNET for parity #957
Conversation
@@ -85,7 +85,8 @@ def barcode(index) | |||
end | |||
|
|||
def home_location_code |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we push this into LocationsMap
, where we're already doing some of this location code massaging?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about into locations.tsv?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought we were trying to keep our locations.tsv in sync with what libsys is using.
lib/translation_maps/locations.tsv
Outdated
@@ -449,4 +449,4 @@ SSRC-FIC-S GREEN GRE-DOCS-MICROFICHE | |||
SDR LAW LAW-SDR | |||
SDR BUSINESS BUS-SDR | |||
SDR HOOVER HILA-SDR | |||
SDR SUL SUL-SDR | |||
INTERNET SUL SUL-SDR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Copied from the outdated thread)
I thought we were trying to keep our locations.tsv in sync with what libsys is using.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤷 are we documenting that somewhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, anywhere you think would be appropriate. It seems like a very good idea not to change that upstream data.
Fixes #938