-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
84 lines (84 loc) · 2.17 KB
/
db.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
{
"events": [
{
"id": 0,
"name": "React Conf",
"description": "Come experience this event full of experts",
"location": "Palo Alto - California",
"date": "2023-02-02",
"categoryId": "Work"
},
{
"id": 1,
"name": "Pizza at Dellepiane",
"description": "Join the whole team for burgers at Dellepiane",
"location": "Luis Dellepiane 685",
"date": "2022-05-31",
"categoryId": "Lunches"
},
{
"id": 2,
"name": "Planning meeting",
"description": "Planning the upcoming tasks for this sprint",
"location": "Online meeting @ Slack",
"date": "2023-05-01",
"categoryId": "Work"
},
{
"id": 3,
"name": "Skip level lunch",
"description": "Lunch for networking and team building",
"location": "Root Bar Cafe",
"date": "2022-06-20",
"categoryId": "Work"
},
{
"id": 4,
"name": "Feed our Bearded Dragons",
"description": "Feed wild & free Bearded Dragons",
"location": "Palermo woods",
"date": "2023-11-10",
"categoryId": "Voluntary Service"
},
{
"id": 5,
"name": "Helping kitties",
"description": "Come to help our little friends",
"location": "Meowgo Shelter",
"date": "2022-08-02",
"categoryId": "Voluntary Service"
},
{
"id": 6,
"name": "Pokemon GO classes for elders",
"description": "Come and share your expertise",
"location": "Little Horse City",
"date": "2022-10-02",
"categoryId": "Voluntary Service"
},
{
"id": 7,
"name": "Wine Taste",
"description": "Come to taste the best wines in Argentina",
"location": "Bodega The Goat",
"date": "2022-01-02",
"categoryId": "Lunches"
},
{
"name": "Yoga Class",
"description": "Some nice body stretching",
"location": "Online meeting @ Slack",
"date": "2021-02-18",
"categoryId": "Work",
"id": 8
},
{
"name": "Brunch",
"description": "Tasty meal with teammates",
"location": "Office bar",
"date": "2023-02-15",
"categoryId": "Lunches",
"id": 9
}
]
}