Skip to content

Commit

Permalink
Merge pull request #1542 from danskernesdigitalebibliotek/DDFHER-83-i…
Browse files Browse the repository at this point in the history
…mplementer-nyt-beholdnings-endpoint-v2

DDFHER-83 - implement new holdings endpoint `/external/agencyid/catalog/holdingsLogistics/v1`
  • Loading branch information
kasperbirch1 authored Nov 28, 2024
2 parents 92fec11 + 216b23f commit 2f0a5f3
Show file tree
Hide file tree
Showing 54 changed files with 12,991 additions and 9,801 deletions.
93 changes: 73 additions & 20 deletions cypress/fixtures/material/find-on-shelf-holdings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,20 @@
"reservations": 48,
"holdings": [
{
"branch": { "branchId": "DK-775127", "title": "Tranbjerg" },
"department": { "departmentId": "vo", "title": "Voksen" },
"location": null,
"sublocation": null,
"branch": {
"branchId": "DK-775127",
"title": "Tranbjerg"
},
"lmsPlacement": {
"location": null,
"sublocation": null,
"department": {
"departmentId": "vo",
"title": "Voksen"
},
"section": null
},
"logisticsPlacement": [],
"materials": [
{
"itemNumber": "5313131426",
Expand All @@ -27,10 +37,20 @@
]
},
{
"branch": { "branchId": "DK-775127", "title": "Tranbjerg" },
"department": { "departmentId": "vo", "title": "Voksen" },
"location": null,
"sublocation": null,
"branch": {
"branchId": "DK-775127",
"title": "Tranbjerg"
},
"lmsPlacement": {
"location": null,
"sublocation": null,
"department": {
"departmentId": "vo",
"title": "Voksen"
},
"section": null
},
"logisticsPlacement": [],
"materials": [
{
"itemNumber": "5313137426",
Expand All @@ -49,10 +69,20 @@
]
},
{
"branch": { "branchId": "DK-775122", "title": "Beder-Malling" },
"department": { "departmentId": "vo", "title": "Voksen" },
"location": null,
"sublocation": null,
"branch": {
"branchId": "DK-775122",
"title": "Beder-Malling"
},
"lmsPlacement": {
"location": null,
"sublocation": null,
"department": {
"departmentId": "vo",
"title": "Voksen"
},
"section": null
},
"logisticsPlacement": [],
"materials": [
{
"itemNumber": "5313131418",
Expand All @@ -71,10 +101,20 @@
]
},
{
"branch": { "branchId": "DK-775100", "title": "Hovedbiblioteket" },
"department": { "departmentId": "vo", "title": "Voksen" },
"location": null,
"sublocation": null,
"branch": {
"branchId": "DK-775100",
"title": "Hovedbiblioteket"
},
"lmsPlacement": {
"location": null,
"sublocation": null,
"department": {
"departmentId": "vo",
"title": "Voksen"
},
"section": null
},
"logisticsPlacement": [],
"materials": [
{
"itemNumber": "5258721529",
Expand All @@ -93,10 +133,23 @@
]
},
{
"branch": { "branchId": "DK-775122", "title": "Beder-Malling" },
"department": { "departmentId": "vo", "title": "Voksen" },
"location": { "locationId": "læs", "title": "Læsesal" },
"sublocation": null,
"branch": {
"branchId": "DK-775122",
"title": "Beder-Malling"
},
"lmsPlacement": {
"location": {
"locationId": "læs",
"title": "Læsesal"
},
"sublocation": null,
"department": {
"departmentId": "vo",
"title": "Voksen"
},
"section": null
},
"logisticsPlacement": [],
"materials": [
{
"itemNumber": "5313126015",
Expand Down
Loading

0 comments on commit 2f0a5f3

Please sign in to comment.