forked from MemorixDavinci/DaVinci
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtravel_db.json
More file actions
273 lines (269 loc) · 10.9 KB
/
Copy pathtravel_db.json
File metadata and controls
273 lines (269 loc) · 10.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
{
"flights": [
{
"airline": "AirCanada",
"days": ["Monday", "Wednesday", "Friday"],
"departure_time": "08:00",
"arrival_time": "10:00",
"route": "Toronto to California",
"price": 300,
"link": "https://www.aircanada.com/home/ca/en/aco/flights"
},
{
"airline": "Delta Airlines",
"days": ["Tuesday", "Thursday"],
"departure_time": "14:00",
"arrival_time": "16:00",
"route": "Toronto to California",
"price": 350,
"link": "https://www.delta.com/"
},
{
"airline": "Ryan Air",
"days": ["Monday", "Wednesday"],
"departure_time": "09:00",
"arrival_time": "11:00",
"route": "Toronto to California",
"price": 320,
"link": "https://www.ryanair.com/gb/en"
},
{
"airline": "AirCanada",
"days": ["Thursday", "Saturday"],
"departure_time": "12:00",
"arrival_time": "14:00",
"route": "California to Toronto",
"price": 300,
"link": "https://www.aircanada.com/home/ca/en/aco/flights"
},
{
"airline": "Delta Airlines",
"days": ["Tuesday", "Friday"],
"departure_time": "15:00",
"arrival_time": "17:00",
"route": "California to Toronto",
"price": 340,
"link": "https://www.delta.com/"
},
{
"airline": "United Airlines",
"days": ["Wednesday", "Saturday"],
"departure_time": "11:00",
"arrival_time": "13:00",
"route": "California to Toronto",
"price": 310,
"link": "https://www.united.com/en/ca/?gad_source=1&gclid=Cj0KCQjw4Oe4BhCcARIsADQ0cslLLscKoyzVAOkodhBjmu2mauaqVDD3A_uat-MBgYJJxjpPdmtLmUoaAjTyEALw_wcB"
},
{
"airline": "Alaskan Air",
"days": ["Monday", "Thursday"],
"departure_time": "10:00",
"arrival_time": "12:00",
"route": "Toronto to Vancouver",
"price": 250,
"link": "https://www.alaskaair.com/search/?lid=nav:book-flights&int=AS_NAV_Book_Flights_-prodID:ShoppingBooking"
},
{
"airline": "Porter Airline",
"days": ["Tuesday", "Friday"],
"departure_time": "08:00",
"arrival_time": "10:00",
"route": "Toronto to Vancouver",
"price": 270,
"link": "https://www.flyporter.com/en-ca/"
}
],
"hotels": {
"California": [
{
"name": "The Fairmont San Francisco",
"price_per_night": 180,
"location": "Nob Hill",
"amenities": ["WiFi", "Breakfast", "Pool"],
"link": "https://www.fairmont.com/san-francisco/"
},
{
"name": "The Ritz-Carlton, Laguna Niguel",
"price_per_night": 220,
"location": "Dana Point",
"amenities": ["WiFi", "Spa", "Restaurant"],
"link": " https://www.ritzcarlton.com/en/hotels/snarz-the-ritz-carlton-laguna-niguel/overview/"
},
{
"name": "Hollywood Roosevelt",
"price_per_night": 250,
"location": "Hollywood",
"amenities": ["WiFi", "Gym", "Parking"],
"link": " https://www.thehollywoodroosevelt.com/special-offers?gad_source=1&gclid=CjwKCAjwg-24BhB_EiwA1ZOx8qHH3l3QLF3BCHjtkdnDo5tR8tzDKXj1-MGENVngbp8BChIqePBC0xoCuDEQAvD_BwE "
},
{
"name": "Shore Hotel",
"price_per_night": 210,
"location": "Santa Monica",
"amenities": ["WiFi", "Breakfast", "Beach Access"],
"link" : " https://www.shorehotel.com/"
}
],
"Vancouver": [
{
"name": "Pan Pacific Vancouver",
"price_per_night": 160,
"location": "Downtown",
"amenities": ["WiFi", "Breakfast", "Gym"],
"link" : " https://www.panpacific.com/en/hotels-and-resorts/pp-vancouver/offers.html?gad_source=1&gclid=CjwKCAjwg-24BhB_EiwA1ZOx8ruFCZK1xB1Ux_pWTUUp_jBP6NW5H1LYgwVU-fwLFovtRU5nFGZTcBoC6n0QAvD_BwE&gclsrc=aw.ds"
},
{
"name": "Fairmont Vancouver Airport",
"price_per_night": 190,
"location": "Near Airport",
"amenities": ["WiFi", "Shuttle Service", "Parking"],
"link" : " https://www.fairmont.com/vancouver-airport-richmond/?gad_source=1&gclid=CjwKCAjwg-24BhB_EiwA1ZOx8sPfjX6L2ji3F7rk7E8IrM2lG-GToW9Bc8j2_VqaPfToIOEy4xV1PRoCYfQQAvD_BwE"
},
{
"name": "The Delta Hotels by Marriott Vancouver Downtown Suites",
"price_per_night": 175,
"location": "Gastown",
"amenities": ["WiFi", "Restaurant", "Bar"],
"link" : " https://www.marriott.com/search/findHotels.mi?pageType=advanced&searchType=NearAddress&destinationAddress.location=Delta+Hotels+Vancouver+Downtown+Suites&nst=paid&cid=PAI_GLB0004YXD_GLE000BIM5_GLF000OETA&ppc=ppc&pId=ustbppc&gad_source=1&gclid=CjwKCAjwg-24BhB_EiwA1ZOx8hXxThJBx6f5inj0IxnOJIB2eOsXAQLJIHyehaUWKZJR2uCMrymfexoCwBkQAvD_BwE&gclsrc=aw.ds"
},
{
"name": "Loden Hotel",
"price_per_night": 185,
"location": "Coal Harbour",
"amenities": ["WiFi", "Breakfast", "Mountain View"],
"link": " https://www.theloden.ca/?sjrncid=GA_10956926302&sjrnaid=GA_594996812558&gad_source=1&gclid=CjwKCAjwg-24BhB_EiwA1ZOx8oZoA87Pb0-f9_OW5Si_Sc3C1vNxhNT6TUvnQz9ReJfdj8SlsiHv3hoCv6UQAvD_BwE&gclsrc=aw.ds"
}
],
"NYC": [
{
"name": "The Standard High Line",
"price_per_night": 300,
"location": "Meatpacking District",
"amenities": ["WiFi", "Pool", "Restaurant"],
"link":" https://www.standardhotels.com/new-york/properties/high-line?gclsrc=aw.ds&gad_source=1&gclid=CjwKCAjwg-24BhB_EiwA1ZOx8uomOHvqvT0ScfyuRybWICsjWa8HfueddVQF_1oCJPw5pNnJ9qoPeRoCbeYQAvD_BwE"
},
{
"name": "The Langham, New York, Fifth Avenue",
"price_per_night": 350,
"location": "Midtown",
"amenities": ["WiFi", "Spa", "Gym"],
"link" : " https://www.langhamhotels.com/en/the-langham/new-york/"
},
{
"name": "The Greenwich Hotel",
"price_per_night": 400,
"location": "Tribeca",
"amenities": ["WiFi", "Pool", "Restaurant"],
"link": "https://www.thegreenwichhotel.com/"
},
{
"name": "The NoMad Hotel",
"price_per_night": 320,
"location": "NoMad",
"amenities": ["WiFi", "Breakfast", "Bar"],
"link": " https://www.hilton.com/en/hotels/lonnmnd-nomad-london/"
}
]
},
"attractions": {
"California": {
"beaches": {
"Santa Monica": {
"description": "Famous for its pier and beautiful sunset views.",
"interests": ["sunbathing", "surfing", "family activities"]
},
"Laguna Beach": {
"description": "Known for its scenic beauty and art galleries.",
"interests": ["snorkeling", "art tours", "relaxation"]
},
"Malibu": {
"description": "A beautiful coastal city with stunning beaches.",
"interests": ["beach volleyball", "hiking", "dining"]
}
},
"parks": {
"Yosemite National Park": {
"description": "Famous for its waterfalls and natural beauty.",
"interests": ["hiking", "photography", "wildlife watching"]
},
"Joshua Tree National Park": {
"description": "Known for its unique Joshua trees and rock formations.",
"interests": ["rock climbing", "stargazing", "nature walks"]
}
}
},
"Vancouver": {
"outdoors": {
"Stanley Park": {
"description": "A large urban park with beautiful views.",
"interests": ["biking", "picnicking", "hiking"]
},
"Grouse Mountain": {
"description": "Offers outdoor activities year-round.",
"interests": ["skiing", "hiking", "zip-lining"]
}
},
"cultural": {
"Granville Island": {
"description": "A vibrant area with markets and galleries.",
"interests": ["food tasting", "art exploration", "shopping"]
},
"Vancouver Aquarium": {
"description": "Home to a variety of marine life.",
"interests": ["marine biology", "family activities", "education"]
}
}
},
"NYC": {
"historical": {
"Statue of Liberty": {
"description": "An iconic symbol of freedom and democracy.",
"interests": ["history", "photography", "sightseeing"]
},
"Central Park": {
"description": "A vast public park in the middle of Manhattan.",
"interests": ["picnicking", "biking", "jogging"]
}
},
"cultural": {
"Metropolitan Museum of Art": {
"description": "One of the largest art museums in the world.",
"interests": ["art appreciation", "tours", "education"]
},
"Broadway": {
"description": "Famous for its theatrical performances.",
"interests": ["theater", "entertainment", "music"]
}
}
}
},
"weekly_schedule": {
"Monday": {
"11:00 AM - 1:00 PM": "Team meeting"
},
"Tuesday": {
"9:00 AM - 10:00 AM": "Client presentation prep ",
"4:00 PM - 5:00 PM": "Online Check-in with the team "
},
"Wednesday": {
"10:00 AM - 11:00 AM": "Team meeting )",
"1:30 PM - 2:30 PM": "One-on-one with manager ",
"5:00 PM - 6:00 PM": "Wrap up work "
},
"Thursday": {
"1:00 PM - 2:00 PM": "Lunch meeting with partners ",
"3:00 PM - 4:00 PM": "Attend networking event "
},
"Friday": {
"9:00 AM - 10:30 AM": "Workshop on project management ",
"2:00 PM - 3:30 PM": "Networking session "
},
"Saturday": {
"10:00 AM - 11:00 AM": "Grocery shopping "
},
"Sunday": {
"10:00 AM - 11:00 AM": "Go for a hike ",
"5:00 PM - 6:00 PM": "Call with a mentor"
}
}
}