forked from Code-Pop/from-vuex-to-pinia
-
Notifications
You must be signed in to change notification settings - Fork 2
/
db.json
174 lines (174 loc) · 4.42 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
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
{
"events": [
{
"id": 123,
"category": "animal welfare",
"title": "Cat Adoption Day",
"description": "Find your new feline friend at this event.",
"location": "Meow Town",
"date": "January 28, 2022",
"time": "12:00",
"organizer": "Kat Laydee"
},
{
"id": 456,
"category": "food",
"title": "Community Gardening",
"description": "Join us as we tend to the community edible plants.",
"location": "Flora City",
"date": "March 14, 2022",
"time": "10:00",
"organizer": "Fern Pollin"
},
{
"id": 789,
"category": "sustainability",
"title": "Beach Cleanup",
"description": "Help pick up trash along the shore.",
"location": "Playa Del Carmen",
"date": "July 22, 2022",
"time": "11:00",
"organizer": "Carey Wales"
},
{
"id": "1bbd1be4-9f83-48e2-90b0-2d63b17d1fa9",
"category": "nature",
"title": "y",
"description": "",
"location": "",
"date": "",
"time": "",
"organizer": "Adam Jahr"
},
{
"id": "84b983bd-2561-4147-ac3b-bc8edeed6830",
"category": "nature",
"title": "plant",
"description": "see plants",
"location": "tokyo",
"date": "yesterday",
"time": "now",
"organizer": "Marleen Elisabeth Dijkman"
},
{
"id": "17b26592-cf70-4747-b129-58efd9b15cec",
"category": "nature",
"title": "plants",
"description": "see plants",
"location": "tokyo",
"date": "yesterday",
"time": "now",
"organizer": "Marleen Elisabeth Dijkman"
},
{
"id": "a23ec3b2-ebe0-43a2-9263-ac2f99f5507e",
"category": "",
"title": "plants",
"description": "see plants",
"location": "tokyo",
"date": "yesterday",
"time": "now",
"organizer": "Marleen Elisabeth Dijkman"
},
{
"id": "3971abdd-9607-42fe-9968-2cf174d082d7",
"category": "housing",
"title": "house",
"description": "see a house",
"location": "here",
"date": "today",
"time": "14",
"organizer": "Marleen Elisabeth Dijkman"
},
{
"id": "6d028796-d4c0-466b-afea-71a0117fb0ae",
"category": "housing",
"title": "test",
"description": "test",
"location": "test",
"date": "t",
"time": "",
"organizer": "Marleen Elisabeth Dijkman"
},
{
"id": "eead57d9-99ad-45ba-9f44-81340040ee8a",
"category": "education",
"title": "edu",
"description": "test",
"location": "school",
"date": "now",
"time": "",
"organizer": "Marleen Elisabeth Dijkman"
},
{
"id": "f1cd209a-9999-4903-acf6-aa6ce6c1cdfe",
"category": "housing",
"title": "house",
"description": "viewing",
"location": "home",
"date": "19",
"time": "",
"organizer": "Marleen Elisabeth Dijkman"
},
{
"id": "12b43cf2-7bd9-49b3-83cb-3f5d85507372",
"category": "food",
"title": "dinner",
"description": "eeat dinner",
"location": "restaurant",
"date": "friday",
"time": "",
"organizer": "Marleen Elisabeth Dijkman"
},
{
"id": "20f2ca94-a356-47e7-a44d-653973b33e09",
"category": "community",
"title": "hanging out",
"description": "chilling",
"location": "ayase",
"date": "thursday",
"time": "22",
"organizer": "Marleen Elisabeth Dijkman"
},
{
"id": "c29ffd60-cbdd-4da6-b669-74f09f5f9441",
"category": "animal welfare",
"title": "pet ",
"description": "pet your pets",
"location": "home",
"date": "",
"time": "",
"organizer": "Marleen Elisabeth Dijkman"
},
{
"id": "8ccc9ade-80c9-4eb5-bb45-c5814b51fde6",
"category": "housing",
"title": "house",
"description": "",
"location": "",
"date": "",
"time": "",
"organizer": "Marleen Elisabeth Dijkman"
},
{
"id": "3f5ba211-f4b4-4e23-981f-f1023449b7be",
"category": "housing",
"title": "te",
"description": "",
"location": "",
"date": "",
"time": "",
"organizer": "Marleen Elisabeth Dijkman"
},
{
"id": "0f63e3ae-05bd-4ca4-a325-29cc62b407e8",
"category": "food",
"title": "ee",
"description": "",
"location": "",
"date": "",
"time": "",
"organizer": "Marleen Elisabeth Dijkman"
}
]
}