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

Rename library locations and internal locations to be specific in demo #861

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cds_ils/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def location():
)
location = {
"pid": RecordIdProviderV2.create().pid.pid_value,
"name": "CERN Central Library",
"name": "CERN Library",
"address": "Rue de Meyrin",
"email": "[email protected]",
"opening_weekdays": opening_weekdays,
Expand Down
34 changes: 17 additions & 17 deletions cds_ils/demo_data/libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"email": ""
},
{
"name": "CERN Central Library",
"name": "Central Library",
"notes": "",
"legacy_id": 6,
"phone": "",
Expand All @@ -27,7 +27,7 @@
"email": "[email protected]"
},
{
"name": "CERN LHC Library",
"name": "LHC Library",
"notes": "",
"legacy_id": 7,
"phone": "",
Expand All @@ -36,7 +36,7 @@
"email": "[email protected]"
},
{
"name": "CERN SPS Library",
"name": "SPS Library",
"notes": "",
"legacy_id": 8,
"phone": "",
Expand All @@ -45,7 +45,7 @@
"email": "[email protected]"
},
{
"name": "CERN LSL Library",
"name": "LSL Library",
"notes": "",
"legacy_id": 9,
"phone": "",
Expand All @@ -54,7 +54,7 @@
"email": "[email protected]"
},
{
"name": "CERN Group Library",
"name": "Group Library",
"notes": "",
"legacy_id": 10,
"phone": "",
Expand All @@ -63,7 +63,7 @@
"email": "[email protected]"
},
{
"name": "CERN EP Library",
"name": "EP Library",
"notes": "",
"legacy_id": 11,
"phone": "",
Expand All @@ -72,7 +72,7 @@
"email": "[email protected]"
},
{
"name": "CERN Depot 2, bldg. 2 (DE2)",
"name": "Depot 2, bldg. 2 (DE2)",
"notes": "",
"legacy_id": 12,
"phone": "",
Expand All @@ -81,7 +81,7 @@
"email": ""
},
{
"name": "CERN Depot 1, bldg. 2 (DE1)",
"name": "Depot 1, bldg. 2 (DE1)",
"notes": "",
"legacy_id": 13,
"phone": "",
Expand All @@ -90,7 +90,7 @@
"email": "[email protected]"
},
{
"name": "CERN ARC Library",
"name": "ARC Library",
"notes": "",
"legacy_id": 14,
"phone": "",
Expand All @@ -99,7 +99,7 @@
"email": "[email protected]"
},
{
"name": "CERN GL Library",
"name": "GL Library",
"notes": "",
"legacy_id": 15,
"phone": "",
Expand Down Expand Up @@ -297,7 +297,7 @@
"email": ""
},
{
"name": "CERN Depot 3, bldg. 2 (DE3)",
"name": "Depot 3, bldg. 2 (DE3)",
"notes": "",
"legacy_id": 38,
"phone": "",
Expand All @@ -306,7 +306,7 @@
"email": ""
},
{
"name": "CERN Depot 4, bldg. 500-S-023 (DE4)",
"name": "Depot 4, bldg. 500-S-023 (DE4)",
"notes": "",
"legacy_id": 39,
"phone": "",
Expand All @@ -315,7 +315,7 @@
"email": ""
},
{
"name": "CERN Central Storage (STO)",
"name": "Central Storage (STO)",
"notes": "",
"legacy_id": 40,
"phone": "",
Expand Down Expand Up @@ -405,7 +405,7 @@
"email": ""
},
{
"name": "CERN Didactic Library",
"name": "Didactic Library",
"notes": "",
"legacy_id": 50,
"phone": "",
Expand Down Expand Up @@ -504,7 +504,7 @@
"email": ""
},
{
"name": "CERN Courier",
"name": "Courier",
"notes": "",
"legacy_id": 61,
"phone": "",
Expand All @@ -513,7 +513,7 @@
"email": ""
},
{
"name": "CERN Central Library BIB",
"name": "Central Library BIB",
"notes": "",
"legacy_id": 62,
"phone": "",
Expand All @@ -522,7 +522,7 @@
"email": ""
},
{
"name": "CERN TE-VSC Library",
"name": "TE-VSC Library",
"notes": "{'2016-12-21 16:15:45': 'In case Sergio Calatroni is not available, ask Patricia Clerc'}",
"legacy_id": 63,
"phone": "73070",
Expand Down
Loading
Loading