-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding the form of importer of lodgings and improvement about guard o…
…f authorization
- Loading branch information
1 parent
9847870
commit 64887f0
Showing
24 changed files
with
565 additions
and
294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[{ | ||
"name": "Sol y Luna Hotel", | ||
"description": "El Sol y Luna Home & Spa ofrece alojamiento independiente con WiFi gratis en Punta del Este, a 300 metros de las playas Brava y Mansa.", | ||
"quantityOfStars": 5, | ||
"address": "Av. Chiverta esquina Arazatí, Aidy Grill,", | ||
"images": ["https://cf.bstatic.com/xdata/images/hotel/max1280x900/40311205.webp?k=2d889779bbf27e507231b75672c9463553f63e57d5565378bdfb9895a88d83f4&o="], | ||
"pricePerNight": 200.0, | ||
"isAvailable": true, | ||
"touristSpot": { | ||
"id": "2E792C77-5DAD-43B8-88F3-FE0A26D21F16", | ||
"name": "Punta del Este", | ||
"description": "La naturaleza abunda", | ||
"regionId": "fc775bb9-8cc8-4fdc-bca6-16e06bcd322b", | ||
"imagePath": "Desktop\\pde.jpg", | ||
"listOfCategoriesId": ["baa98b33-eafe-4d62-bb62-859a8e36d3a9"] | ||
} | ||
}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<Lodgings> | ||
<LodgingModelForImport> | ||
<Name>Hotel Enjoy Conrad</Name> | ||
<Description>Un lugar magico donde podes vivir.</Description> | ||
<QuantityOfStars>5</QuantityOfStars> | ||
<Address>Playa Mansa parada 21</Address> | ||
<Images> | ||
<ImagePath>Desktop\conrad.jpg</ImagePath> | ||
</Images> | ||
<PricePerNight>200</PricePerNight> | ||
<IsAvailable>true</IsAvailable> | ||
<TouristSpot> | ||
<Id>7cb8a7ab-8511-473f-803f-6b39118e79c1</Id> | ||
<Name>Punta del Este</Name> | ||
<Description>La naturaleza abunda</Description> | ||
<RegionId>fc775bb9-8cc8-4fdc-bca6-16e06bcd322b</RegionId> | ||
<ImagePath>Desktop\pde.jpg</ImagePath> | ||
<ListOfCategoriesId> | ||
<CategoryId>baa98b33-eafe-4d62-bb62-859a8e36d3a9 </CategoryId> | ||
</ListOfCategoriesId> | ||
</TouristSpot> | ||
</LodgingModelForImport> | ||
</Lodgings> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "Hotel Enjoy Conrad", | ||
"description": "Un lugar magico donde podes vivir.", | ||
"quantityOfStars": 5, | ||
"address": "Playa Mansa parada 21", | ||
"images": ["Desktop\\conrad.jpg"], | ||
"pricePerNight": 200.0, | ||
"isAvailable": true, | ||
"touristSpot": { | ||
"id": "7cb8a7ab-8511-473f-803f-6b39118e79c1", | ||
"name": "Punta del Este", | ||
"description": "La naturaleza abunda", | ||
"regionId": "fc775bb9-8cc8-4fdc-bca6-16e06bcd322b", | ||
"imagePath": "Desktop\\pde.jpg", | ||
"listOfCategoriesId": ["baa98b33-eafe-4d62-bb62-859a8e36d3a9"] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<Lodgings> | ||
<LodgingModelForImport> | ||
<Name>Hotel Enjoy Conrad</Name> | ||
<Description>Un lugar magico donde podes vivir.</Description> | ||
<QuantityOfStars>5</QuantityOfStars> | ||
<Address>Playa Mansa parada 21</Address> | ||
<Images> | ||
<ImagePath>Desktop\conrad.jpg | ||
</Images> | ||
<PricePerNight>200</PricePerNight> | ||
<IsAvailable>true</IsAvailable> | ||
<TouristSpot> | ||
<Id>7cb8a7ab-8511-473f-803f-6b39118e79c1</Id> | ||
<Name>Punta del Este</Name> | ||
<Description>La naturaleza abunda</Description> | ||
<RegionId>fc775bb9-8cc8-4fdc-bca6-16e06bcd322b</RegionId> | ||
<ImagePath>Desktop\pde.jpg</ImagePath> | ||
<ListOfCategoriesId> | ||
<CategoryId> baa98b33-eafe-4d62-bb62-859a8e36d3a9 </CategoryId> | ||
</ListOfCategoriesId> | ||
</TouristSpot> | ||
</LodgingModelForImport> | ||
</Lodgings> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[{ | ||
"name": "Hotel Enjoy Conrad" | ||
"description": "Un lugar magico donde podes vivir.", | ||
"quantityOfStars": 5, | ||
"address": "Playa Mansa parada 21", | ||
"images": ["Desktop\\conrad.jpg"], | ||
"pricePerNight": 200.0, | ||
"isAvailable": true, | ||
"touristSpot": { | ||
"id": "7cb8a7ab-8511-473f-803f-6b39118e79c1", | ||
"name": "Punta del Este", | ||
"description": "La naturaleza abunda", | ||
"regionId": "fc775bb9-8cc8-4fdc-bca6-16e06bcd322b", | ||
"imagePath": "Desktop\\pde.jpg", | ||
"listOfCategoriesId": ["baa98b33-eafe-4d62-bb62-859a8e36d3a9"] | ||
} | ||
}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
36 changes: 36 additions & 0 deletions
36
Uru_NaturalBooking/WebApi/FilesToImport/LodgingsWithTwoLodgings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
[{ | ||
"name": "Radisson Montevideo", | ||
"description": "El Radisson Montevideo Victoria Plaza está ubicado en pleno centro de la ciudad, frente a la plaza Independencia, y ofrece vistas impresionantes a la bahía del puerto.", | ||
"quantityOfStars": 5, | ||
"address": "Av. Chiverta esquina Arazatí, Aidy Grill,", | ||
"images": ["https://cf.bstatic.com/xdata/images/hotel/max1280x900/243870469.webp?k=90b563f90738836c1fb2d2d5dc3f4ad4cf554e650e5bd0299de37ea83670c598&o=", | ||
"https://cf.bstatic.com/xdata/images/hotel/max1280x900/235263569.webp?k=5737be570389ede64b0ae2d041d25a7ef8a1b1e30f8e2fd2e1182eff10b9c798&o=", | ||
"https://cf.bstatic.com/xdata/images/hotel/max1280x900/202384310.webp?k=e6f86721bdd95f10721aa47d1590dc1594538c94381d39eb010ad972a2d47088&o="], | ||
"pricePerNight": 300.0, | ||
"isAvailable": true, | ||
"touristSpot": { | ||
"id": "2637476F-B402-412D-B4CD-086808EE7B51", | ||
"name": "Punta del Este", | ||
"description": "La naturaleza abunda", | ||
"regionId": "fc775bb9-8cc8-4fdc-bca6-16e06bcd322b", | ||
"imagePath": "Desktop\\pde.jpg", | ||
"listOfCategoriesId": ["baa98b33-eafe-4d62-bb62-859a8e36d3a9"] | ||
} | ||
},{ | ||
"name": "Sol y Luna Hotel", | ||
"description": "El Sol y Luna Home & Spa ofrece alojamiento independiente con WiFi gratis en Punta del Este, a 300 metros de las playas Brava y Mansa.", | ||
"quantityOfStars": 5, | ||
"address": "Av. Chiverta esquina Arazatí, Aidy Grill,", | ||
"images": ["https://cf.bstatic.com/xdata/images/hotel/max1280x900/40311205.webp?k=2d889779bbf27e507231b75672c9463553f63e57d5565378bdfb9895a88d83f4&o="], | ||
"pricePerNight": 200.0, | ||
"isAvailable": true, | ||
"touristSpot": { | ||
"id": "2E792C77-5DAD-43B8-88F3-FE0A26D21F16", | ||
"name": "Punta del Este", | ||
"description": "La naturaleza abunda", | ||
"regionId": "fc775bb9-8cc8-4fdc-bca6-16e06bcd322b", | ||
"imagePath": "Desktop\\pde.jpg", | ||
"listOfCategoriesId": ["baa98b33-eafe-4d62-bb62-859a8e36d3a9"] | ||
} | ||
} | ||
] |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.