Merged in fix/explore-all-hotels (pull request #1998)

Fix/explore all hotels

* fix: update lists

* fix: adds Scandic Nuremberg after api fix

* fix: add sorting based on city name


Approved-by: Erik Tiekstra
This commit is contained in:
Matilda Landström
2025-05-07 14:19:01 +00:00
parent 868c4aefec
commit ef2d4a3846
7 changed files with 113 additions and 57 deletions

View File

@@ -134,9 +134,10 @@
"697",
"634",
"639",
"698"
"698",
"643"
],
"hotelCount": 15,
"hotelCount": 16,
"url": "/no/destinasjoner/finland/helsinki"
},
{
@@ -205,8 +206,8 @@
{
"id": "6abcbf56-7f7d-440b-94cd-f1ebb8c82180",
"name": "Turku",
"hotelIds": ["683", "640", "619", "629"],
"hotelCount": 4,
"hotelIds": ["640", "619", "629"],
"hotelCount": 3,
"url": "/no/destinasjoner/finland/turku"
},
{
@@ -591,7 +592,7 @@
{
"country": "Sverige",
"countryUrl": "/no/destinasjoner/sverige",
"numberOfHotels": 88,
"numberOfHotels": 89,
"cities": [
{
"id": "6bace0a2-5cb1-4f4f-9c6f-a226c66fad00",
@@ -733,6 +734,7 @@
"857",
"808",
"211",
"833",
"812",
"813",
"803",
@@ -746,7 +748,7 @@
"802",
"223"
],
"hotelCount": 26,
"hotelCount": 27,
"url": "/no/destinasjoner/sverige/stockholm"
},
{
@@ -894,7 +896,7 @@
{
"country": "Tyskland",
"countryUrl": "/no/destinasjoner/tyskland",
"numberOfHotels": 6,
"numberOfHotels": 7,
"cities": [
{
"id": "35b2df9b-261a-4086-ac20-b6d459f62e48",
@@ -923,6 +925,13 @@
"hotelIds": ["557"],
"hotelCount": 1,
"url": "/no/destinasjoner/tyskland/munchen"
},
{
"id": "aa66312c-b502-4f28-bd68-6e8181e2ecce",
"name": "Nürnberg",
"hotelIds": ["558"],
"hotelCount": 1,
"url": "/no/destinasjoner/tyskland/nurnberg"
}
]
}