-
Notifications
You must be signed in to change notification settings - Fork 13
/
ProdTestData.js
479 lines (479 loc) · 11.8 KB
/
ProdTestData.js
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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
const testData = [
{
"_id" : ObjectId("5c0c6e50cd6fb6c567a2a8da"),
"title" : "building on fire",
"description" : "large fire in region effecting following neighborhoods with smoke, neiborhood 1, 2, 3",
"updates" : [
"10am fire spread to next building",
"11am fire contained"
],
"disasterAddress" : "",
"disasterPinPoint" : "",
"effectedRadius" : 5,
"resolved" : true,
"started" : "8am",
"reportedBy" : "John Doe",
"contactName" : "Bob da Builder",
"contactPhone" : "(456) 555-6785",
"contactEmail" : "[email protected]",
"latitude" : "36",
"longitude" : "-121",
"radius" : "10"
},
{
"_id" : ObjectId("5c1b1875da89c83c92e8c113"),
"title" : "TEST POST!!!!!!!",
"description" : "",
"contactName" : "",
"contactEmail" : "",
"contactPhone" : "",
"latitude" : "",
"longitude" : "",
"updates" : [ ]
},
{
"_id" : ObjectId("5c1b18b725fc003ccf41ee66"),
"title" : "TEST POST",
"description" : "SOMETHING BURNING",
"contactName" : "Joseph Richardson",
"contactEmail" : "[email protected]",
"contactPhone" : "5305746483"
},
{
"_id" : ObjectId("5c25ac60804f3e2810c39715"),
"title" : "",
"description" : "",
"contactName" : "",
"contactEmail" : "",
"contactPhone" : ""
},
{
"_id" : ObjectId("5c268083b46d8b4ab0cf0f15"),
"title" : "A Post",
"description" : "With some description need to make this wider and bigger font",
"contactName" : "name",
"contactEmail" : "[email protected]",
"contactPhone" : "123456",
"updates" : [
"Dec 28, 2018 : 11:58:26 - so far some notes",
"Dec 28, 2018 : 11:58:36 - i guess another note"
],
"logitude" : "23",
"latitude" : "23",
"addressLine1" : "aasdsfad",
"addressLine2" : "asdfadsf",
"zipcode" : "23423"
},
{
"_id" : ObjectId("5c26834986c4104cee055d3b"),
"title" : "San Jose Flooding",
"description" : "Flooding in most parts of east and south San Jose area",
"contactName" : "Joe",
"contactEmail" : "[email protected]",
"contactPhone" : "123456798",
"updates" : [
"Dec 28, 2018 : 12:10:10 - affected radius 15 miles"
],
"logitude" : "12",
"latitude" : "12",
"addressLine1" : "11",
"addressLine2" : "12",
"zipcode" : "123112"
},
{
"_id" : ObjectId("5c380e22f0286b3c55044807"),
"title" : "",
"description" : "",
"contactName" : "Hello",
"contactEmail" : "[email protected]",
"contactPhone" : "12345678",
"updates" : [ ],
"latitude" : "-59",
"addressLine1" : ""
},
{
"_id" : ObjectId("5c3811bdceaf22432039f723"),
"title" : "",
"description" : "",
"contactName" : "Jeff",
"contactEmail" : "[email protected]",
"contactPhone" : "1234567890",
"updates" : [ ],
"latitude" : "45",
"addressLine1" : "Test",
"addressLine2" : "test",
"zipcode" : "95050"
},
{
"_id" : ObjectId("5c381354ecff4743d6853617"),
"title" : "",
"description" : "",
"contactName" : "test",
"contactEmail" : "[email protected]",
"contactPhone" : "1234567890",
"updates" : [ ],
"longitude" : "123",
"latitude" : "45",
"addressLine1" : "test",
"addressLine2" : "test",
"zipcode" : "95050"
},
{
"_id" : ObjectId("5c3826790440aa4790d58a4f"),
"title" : "asdf",
"description" : "sdfs",
"contactName" : "hello",
"contactEmail" : "[email protected]",
"contactPhone" : "444-444-5555",
"updates" : [
"Jan 10, 2019 : 21:15:12 - asdf"
],
"longitude" : "-12",
"latitude" : "44",
"addressLine1" : "test",
"addressLine2" : "test",
"zipcode" : "91030"
},
{
"_id" : ObjectId("5c4cf33a12c505964166f59e"),
"title" : "Newest POst",
"description" : "latest emergency",
"contactName" : "Cloud Sky",
"contactEmail" : "[email protected]",
"contactPhone" : "234234234",
"updates" : [
"Jan 26, 2019 : 15:53:40 - something on fire",
"Jan 26, 2019 : 15:53:53 - evacuate within 10 miles radius"
],
"longitude" : "78",
"latitude" : "-50",
"addressLine1" : "123 orak street",
"zipcode" : "78943"
},
{
"_id" : ObjectId("5c4d0702204f8499127e67a3"),
"title" : "Life size",
"description" : "can go big",
"contactName" : "asdf",
"contactEmail" : "[email protected]",
"contactPhone" : "2342323",
"updates" : [
"Jan 26, 2019 : 17:18:31 - notes"
],
"longitude" : "12",
"latitude" : "34",
"addressLine1" : "2233",
"zipcode" : "12311"
},
{
"_id" : ObjectId("5c4d09b99c32089a47d1e03c"),
"title" : "Abscract Fire",
"description" : "other students hw",
"contactName" : "asdf",
"contactEmail" : "[email protected]",
"contactPhone" : "2323323",
"updates" : [
"Jan 26, 2019 : 17:29:54 - wwwww"
],
"longitude" : "12",
"latitude" : "11",
"addressLine1" : "asdfa",
"addressLine2" : "asdfasf",
"zipcode" : "232323"
},
{
"_id" : ObjectId("5c56242c6437f056f111a157"),
"title" : "building on fire",
"description" : "large fire in region effecting following neighborhoods with smoke, neiborhood 1, 2, 3",
"contactName" : "Bob da Builder",
"contactEmail" : "[email protected]",
"contactPhone" : "(456) 555-6785",
"updates" : [
"10am fire spread to next building",
"11am fire contained"
],
"longitude" : "-121",
"latitude" : "36",
"radius" : "10"
},
{
"_id" : ObjectId("5cadb3ce1b1ed4fcd6af783f"),
"title" : "",
"description" : "",
"updates" : [ ],
"updateItem" : "",
"contactName" : "",
"contactEmail" : "",
"contactPhone" : "",
"addressLine1" : "",
"addressLine2" : "",
"zipcode" : "",
"longitude" : "",
"latitude" : "",
"radius" : ""
},
{
"_id" : ObjectId("5cadb3cf1b1ed4fcd6af7840"),
"title" : "",
"description" : "",
"updates" : [ ],
"updateItem" : "",
"contactName" : "",
"contactEmail" : "",
"contactPhone" : "",
"addressLine1" : "",
"addressLine2" : "",
"zipcode" : "",
"longitude" : "",
"latitude" : "",
"radius" : ""
},
{
"_id" : ObjectId("5cadb3d01b1ed4fcd6af7841"),
"title" : "",
"description" : "",
"updates" : [ ],
"updateItem" : "",
"contactName" : "",
"contactEmail" : "",
"contactPhone" : "",
"addressLine1" : "",
"addressLine2" : "",
"zipcode" : "",
"longitude" : "",
"latitude" : "",
"radius" : ""
},
{
"_id" : ObjectId("5cadb3d11b1ed4fcd6af7842"),
"title" : "",
"description" : "",
"updates" : [ ],
"updateItem" : "",
"contactName" : "",
"contactEmail" : "",
"contactPhone" : "",
"addressLine1" : "",
"addressLine2" : "",
"zipcode" : "",
"longitude" : "",
"latitude" : "",
"radius" : ""
},
{
"_id" : ObjectId("5cadb3fca48bdafcf18a3fda"),
"title" : "",
"description" : "",
"updates" : [ ],
"updateItem" : "",
"contactName" : "",
"contactEmail" : "",
"contactPhone" : "",
"addressLine1" : "",
"addressLine2" : "",
"zipcode" : "",
"longitude" : "",
"latitude" : "",
"radius" : ""
},
{
"_id" : ObjectId("5cadb54658da09fd5329a3d6"),
"title" : "",
"description" : "",
"updates" : [ ],
"updateItem" : "",
"contactName" : "",
"contactEmail" : "",
"contactPhone" : "",
"addressLine1" : "",
"addressLine2" : "",
"zipcode" : "",
"longitude" : "",
"latitude" : "",
"radius" : ""
},
{
"_id" : ObjectId("5cadb55358da09fd5329a3d7"),
"title" : "",
"description" : "",
"updates" : [ ],
"updateItem" : "",
"contactName" : "",
"contactEmail" : "",
"contactPhone" : "",
"addressLine1" : "",
"addressLine2" : "d",
"zipcode" : "",
"longitude" : "",
"latitude" : "",
"radius" : ""
},
{
"_id" : ObjectId("5caec4e168a3936a13f4bfc6"),
"title" : "Testing Errors",
"description" : "Wow",
"updates" : [
"Apr 10, 2019 : 21:37:35 - This is an update"
],
"updateItem" : "",
"contactName" : "John Doe",
"contactEmail" : "[email protected]",
"contactPhone" : "(123) 455-4238",
"addressLine1" : "123 Street",
"addressLine2" : "",
"zipcode" : "91106",
"longitude" : "-123.34",
"latitude" : "34.12",
"radius" : "6"
},
{
"_id" : ObjectId("5cb0075cd41bdc3e324539a2"),
"title" : "A disaster",
"description" : "A very bad fire",
"updates" : [ ],
"updateItem" : "asdf",
"contactName" : "kevin",
"contactEmail" : "[email protected]",
"contactPhone" : "388903232",
"addressLine1" : "123 Fake Street",
"addressLine2" : "",
"zipcode" : "90210",
"longitude" : "-124",
"latitude" : "34",
"radius" : ""
},
{
"_id" : ObjectId("5cb00761d41bdc3e324539a3"),
"title" : "A disaster",
"description" : "A very bad fire",
"updates" : [ ],
"updateItem" : "asdf",
"contactName" : "kevin",
"contactEmail" : "[email protected]",
"contactPhone" : "388903232",
"addressLine1" : "123 Fake Street",
"addressLine2" : "",
"zipcode" : "90210",
"longitude" : "-124",
"latitude" : "34",
"radius" : "77"
},
{
"_id" : ObjectId("5cb00769d41bdc3e324539a4"),
"title" : "A disaster",
"description" : "A very bad fire",
"updates" : [ ],
"updateItem" : "asdf",
"contactName" : "kevin",
"contactEmail" : "[email protected]",
"contactPhone" : "388903232",
"addressLine1" : "123 Fake Street",
"addressLine2" : "",
"zipcode" : "90210",
"longitude" : "-124",
"latitude" : "34",
"radius" : "10"
},
{
"_id" : ObjectId("5cb00775d41bdc3e324539a5"),
"title" : "A disaster",
"description" : "A very bad fire",
"updates" : [ ],
"updateItem" : "asdf",
"contactName" : "kevin",
"contactEmail" : "[email protected]",
"contactPhone" : "388903232",
"addressLine1" : "123 Fake Street",
"addressLine2" : "",
"zipcode" : "90210",
"longitude" : "-124",
"latitude" : "34",
"radius" : "10"
},
{
"_id" : ObjectId("5cb007abd41bdc3e324539a6"),
"title" : "A disaster",
"description" : "A very bad fire",
"updates" : [ ],
"updateItem" : "asdf",
"contactName" : "kevin",
"contactEmail" : "[email protected]",
"contactPhone" : "388903232",
"addressLine1" : "123 Fake Street",
"addressLine2" : "",
"zipcode" : "90210",
"longitude" : "-124",
"latitude" : "34",
"radius" : "10"
},
{
"_id" : ObjectId("5cb007acd41bdc3e324539a7"),
"title" : "A disaster",
"description" : "A very bad fire",
"updates" : [ ],
"updateItem" : "asdf",
"contactName" : "kevin",
"contactEmail" : "[email protected]",
"contactPhone" : "388903232",
"addressLine1" : "123 Fake Street",
"addressLine2" : "",
"zipcode" : "90210",
"longitude" : "-124",
"latitude" : "34",
"radius" : "10"
},
{
"_id" : ObjectId("5d3a90bf66033902ae4f059e"),
"title" : "Radioactive HazMat Breach",
"description" : "Workers were removing cesium chloride salt from Regional Medical Center when the breach occurred.",
"updates" : [
"Jul 25, 2019 : 22:29:02 - 13 people have tested positive for exposure to radioactive materials so far"
],
"updateItem" : "",
"contactName" : "Aaron Hill",
"contactEmail" : "[email protected]",
"contactPhone" : "(408) 259-8579",
"addressLine1" : "225 North Jackson Ave",
"addressLine2" : "",
"zipcode" : "95116",
"longitude" : "37",
"latitude" : "-121",
"radius" : "3"
},
{
"_id" : ObjectId("5d3a90d066033902ae4f059f"),
"title" : "Radioactive HazMat Breach",
"description" : "Workers were removing cesium chloride salt from Regional Medical Center when the breach occurred.",
"updates" : [
"Jul 25, 2019 : 22:29:02 - 13 people have tested positive for exposure to radioactive materials so far"
],
"updateItem" : "",
"contactName" : "Aaron Hill",
"contactEmail" : "[email protected]",
"contactPhone" : "(408) 259-8579",
"addressLine1" : "225 North Jackson Ave",
"addressLine2" : "",
"zipcode" : "95116",
"longitude" : "-121",
"latitude" : "37",
"radius" : "3"
},
{
"_id" : ObjectId("5d3a90e166033902ae4f05a0"),
"title" : "Radioactive HazMat Breach",
"description" : "Workers were removing cesium chloride salt from Regional Medical Center when the breach occurred.",
"updates" : [
"Jul 25, 2019 : 22:29:02 - 13 people have tested positive for exposure to radioactive materials so far"
],
"updateItem" : "",
"contactName" : "Aaron Hill",
"contactEmail" : "[email protected]",
"contactPhone" : "(408) 259-8579",
"addressLine1" : "225 North Jackson Ave",
"addressLine2" : "",
"zipcode" : "95116",
"longitude" : "-121",
"latitude" : "37",
"radius" : "3"
}
]