-
Notifications
You must be signed in to change notification settings - Fork 4
/
mockDataWerker.json
112 lines (112 loc) · 3.4 KB
/
mockDataWerker.json
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
[
{"id": 0,
"name_first": "Sally",
"name_last": "Sanders",
"email": "[email protected]",
"URL_photo": "www.photo.com",
"bio": "I'm a bartender with 10 years experience! I'm a great people person and I make a killer Moscow Mule",
"phone": "123-456-7890",
"last_minute": false,
"latitude": 29.9774359,
"longtitude": -90.07588406726
},
{"id": 1,
"name_first": "Sponge",
"name_last": "Bob",
"email": "[email protected]",
"URL_photo": "www.photo.com",
"bio": "I have been a fry cook at the Krusty Krab for several years now and but I'm a clasically trained chef in French cuisine",
"phone": "111-222-3333",
"last_minute": true,
"latitude": 29.9772754,
"longtitude": -90.0768344
},
{"id": 2,
"name_first": "Jill",
"name_last": "Mayo",
"email": "[email protected]",
"URL_photo": "www.photo.com",
"bio": "Recently moved to the area from Kansas. I'm a server of 2 years looking to pick up extra shifts",
"phone": "000-000-0000",
"last_minute": true,
"latitude": 29.9779309,
"longtitude": -90.07793150203763
},
{"id": 3,
"name_first": "Johnny",
"name_last": "AppleSeed",
"email": "[email protected]",
"URL_photo": "www.photo.com",
"bio": "Hey hey its ya boy Johnny AppleSeed looking to pick up some extra busser shifts to make a little extra money",
"phone": "111-111-1111",
"last_minute": false,
"latitude": 30.0218,
"longtitude": -90.0541
},
{"id": 4,
"name_first": "Marge",
"name_last": "Bush",
"email": "[email protected]",
"URL_photo": "www.photo.com",
"bio": "Server with 4 years experience and 2 years hosting",
"phone": "098-765-4321",
"last_minute": true,
"latitude": 30.0218,
"longtitude": -90.0541
},
{"id": 5,
"name_first": "Hope",
"name_last": "Fole",
"email": "[email protected]",
"URL_photo": "www.photo.com",
"bio": "hostess with the mostess",
"phone": "222-222-2222",
"last_minute": false,
"latitude": 29.9112,
"longtitude": -90.1439
},
{"id": 6,
"name_first": "Hank",
"name_last": "Williams",
"email": "[email protected]",
"URL_photo": "www.photo.com",
"bio": "I can handle all FoH positions, I've been a server for 5 years, busser for 3 years and bartender for 6 years",
"phone": "333-333-3333",
"last_minute": true,
"latitude": 29.9595,
"longtitude": -90.0811
},
{"id": 7,
"name_first": "Sherry",
"name_last": "Williams",
"email": "[email protected]",
"URL_photo": "www.photo.com",
"bio": "I'm a server looking to pick up a few extra shifts",
"phone": "123-123-1232",
"last_minute": false,
"latitude": 29.9362,
"longtitude": -90.0349
},
{"id": 8,
"name_first": "Douglas",
"name_last": "Stewart",
"email": "[email protected]",
"URL_photo": "www.photo.com",
"bio": "I'm a mixologist of 22 years looking to help out local businesses!",
"phone": "999-999-9999",
"last_minute": true,
"latitude": 30.0173,
"longtitude": -90.0815
},
{"id": 9,
"name_first": "Brittney",
"name_last": "Watcher",
"email": "[email protected]",
"URL_photo": "www.photo.com",
"bio": "Just moved to the New Orleans area and looking to pick up extra shifts as a bartender",
"phone": "122-321-5830",
"last_minute": true,
"latitude": 30.0068,
"longtitude": -90.1188
}
]