-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathdb.json
More file actions
161 lines (161 loc) · 6.3 KB
/
db.json
File metadata and controls
161 lines (161 loc) · 6.3 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
{
"events": [
{
"id": "e3c95682-870f-4080-a0d7-ae8e23e2534f",
"dateTime": "2022-01-11T21:30:00.000Z",
"description": "Past events should not be displayed in the map",
"name": "!!!Past Event!!!",
"organizerId": "gpFfX6e",
"position": {
"latitude": 51.105761,
"longitude": -114.106943
},
"volunteersNeeded": 1,
"volunteersIds": []
},
{
"id": "98301b22-2b76-44f1-a8da-8c86c56b0367",
"dateTime": "2023-01-11T23:30:00.000Z",
"description": "The Memorial Park Library is looking for volunteers to help setting up the stage for our talented local artists.\n\nAny previous event producing experience is greatly appreciated.",
"imageUrl": "https://images.unsplash.com/photo-1429962714451-bb934ecdc4ec?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=max&w=1080&q=80",
"name": "Downtown Vibe Live Music",
"organizerId": "EF-BZ00",
"position": {
"latitude": 51.04112,
"longitude": -114.069325
},
"volunteersNeeded": 4,
"volunteersIds": ["3UN3-2L", "gpFfX6e", "tRHltUh", "ajY8pM2"]
},
{
"id": "d7b8ea73-ba2c-4fc3-9348-9814076124bd",
"dateTime": "2023-02-04T16:30:00.000Z",
"description": "At the Flames Community Arena, we are offering a free skating lessons day with volunteer instructors.\n\nWe expect volunteer intructors to:\n- be reliable and enthusiastic\n- take initiative and be innovative\n- commit to a minimum of 4 hours of volunteering.",
"imageUrl": "https://images.unsplash.com/photo-1528828465856-0ac27ee2aeb3?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=max&w=1080&q=80",
"name": "Free Skating Lessons Day",
"organizerId": "3UN3-2L",
"position": {
"latitude": 51.01222958257112,
"longitude": -114.11677222698927
},
"volunteersNeeded": 10,
"volunteersIds": ["EF-BZ00", "gpFfX6e", "Hr-40KW", "elKKrm3"]
},
{
"id": "d1a6b9ea-877d-4711-b8d7-af8f1bce4d29",
"dateTime": "2023-01-06T15:30:00.000Z",
"description": "The Elboya School is looking for volunteers to teach computer programming to kids from grade 5 to 7.\n\nREQUIREMENTS:\n* Previous programming experience.\n* 4 hour commitment, from 8:30 AM to 12:30 AM.",
"imageUrl": "https://images.unsplash.com/photo-1584697964328-b1e7f63dca95?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=max&w=1080&q=80",
"name": "Kids Programming Day",
"organizerId": "Hr-40KW",
"position": {
"latitude": 51.010801915407036,
"longitude": -114.07823592424393
},
"volunteersNeeded": 2,
"volunteersIds": ["EF-BZ00", "Q5bVHgP"]
}
],
"users": [
{
"name": {
"first": "Ulla",
"last": "Ulriksen"
},
"email": "ulla.ulriksen@example.com",
"password": "$2a$10$hd96yCeGW794sN8OL7SeMeOGPVEY.wiQDcsHbf5p.Ngtjx93iqjIG",
"id": "EF-BZ00",
"mobile": "(910) 862-3167"
},
{
"name": {
"first": "Yasemin",
"last": "Akyüz"
},
"email": "yasemin.akyuz@example.com",
"password": "$2a$10$8RRvGY70JK5/Y5jPnltkXOU/wYLhpRcbU48rYzNYx.XDFfqsnkYHm",
"id": "Q5bVHgP",
"mobile": "(243) 359-9759"
},
{
"name": {
"first": "Luigi",
"last": "Carluccio"
},
"email": "luigi@carluccio.it",
"password": "$2a$10$riZrILdnrgZfM1eymhR6leGdp9Pe3s1MbL6ig5HegPf0QcYImfV22",
"id": "gpFfX6e",
"mobile": "(171) 946-2538"
},
{
"name": {
"first": "John",
"last": "Silva"
},
"email": "john@silva.com.br",
"password": "$2a$10$CjzilCJ3NAbs29mPjEJik.gGaD/P4X2.TO5oO7icjSi6lC9Hy..X2",
"id": "3UN3-2L",
"mobile": "(563) 589-2999"
},
{
"name": {
"first": "Elif",
"last": "Akşit"
},
"email": "elif.aksit@example.com",
"password": "$2a$10$q/LzX.qHhX417ltWwzIvye5kqF331m7N/6COGHYbP9QM5QGKxCGXy",
"id": "t1aL2Xq",
"mobile": "(636) 336-9413"
},
{
"name": {
"first": "Anne",
"last": "Van Wingerden"
},
"email": "anne.vanwingerden@example.com",
"password": "$2a$10$HmUi8GiOInsWD0Q9ztz.B.5CnXuNb3UDZw4o3T07O2I5O.dMuQj/S",
"id": "tRHltUh",
"mobile": "(306) 805-5821"
},
{
"name": {
"first": "Gisele",
"last": "Oliveira"
},
"email": "gisele.oliveira@example.com",
"password": "$2a$10$TSTk7KQzNKY21SejLuRTKuSJ4JE1tEKdfL7V8D8Qm4Gc/xDPuQ1nu",
"id": "3Ohd8sD",
"mobile": "(905) 491-1184"
},
{
"name": {
"first": "Sara",
"last": "Barnett"
},
"email": "sara.barnett@example.com",
"password": "$2a$10$j1e0tTcuBdPmvA9lOh7GSOouun3t6e4oyMk4qewjtXX5kPizyAYZ.",
"id": "Hr-40KW",
"mobile": "(710) 271-3339"
},
{
"name": {
"first": "Azuma",
"last": "Gamez"
},
"password": "$2a$10$nG1wSQFp7.bL1YBnqaE2.uhS8Tt8kzYu6B14NZCImf50SayOzcj8C",
"email": "azuma.gamez@example.com",
"id": "elKKrm3",
"mobile": "(605) 964-2338"
},
{
"name": {
"first": "Eva",
"last": "Young"
},
"email": "eva.young@example.com",
"password": "$2a$10$WdMhnN5qeA3RKlp4uNj23OAIByNltjO635hhxTMSWcV5BAbUNN4RC",
"id": "ajY8pM2",
"mobile": "(543) 905-5629"
}
]
}