forked from MeteorVE/NTU-Group-Online
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
113 lines (113 loc) · 2.33 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
{
"rooms": [
{
"id": 456,
"title": "TTT",
"department": "CSIE",
"date1": "",
"date2": "",
"invite": "",
"tag": [],
"capacity":10,
"type":"",
"description":""
},
{
"id": 1,
"title": "5/13",
"description": " = introduction in DB",
"createTime": "2021-05-13T13:45:00.000Z",
"roomCategory": "food",
"peopleLimit": 10,
"roomType": "public",
"ownerId": "9921119"
},
{
"id": 2,
"title": "Title 2 from DB",
"date": "Nov 12 2018",
"time": "12:00",
"location": "132 N Magnolia Street, Orlando, Florida",
"description": "We're going to clean up this park.",
"organizer": "Adam Jahr",
"category": "nature",
"attendees": [
{
"id": "ghi789",
"name": "Beth Swanson"
},
{
"id": "jkl101",
"name": "Mary Gordon"
}
]
},
{
"id": 3,
"title": "Title 3 from DB",
"date": "Dec 2 2018",
"capacity": 10,
"time": "12:00",
"location": "132 N Magnolia Street, Orlando, Florida",
"description": "Help animals find new homes.",
"organizer": "Gregg Pollack",
"category": "animal welfare",
"attendees": [
{
"id": "abc123",
"name": "Adam Jahr"
},
{
"id": "ghi789",
"name": "Beth Swanson"
},
{
"id": "jkl101",
"name": "Mary Gordon"
}
]
},
{
"id": 2564147,
"user": {
"id": "abc123",
"name": "Adam Jahr"
},
"category": "nature",
"organizer": {
"id": "abc123",
"name": "Adam Jahr"
},
"title": "Title 4 from DB",
"description": "",
"location": "",
"date": "",
"time": "",
"attendees": []
},
{
"id": 456465,
"title": "5/13",
"description": " = introduction in DB",
"createTime": "2021-05-13T13:45:00.000Z",
"roomCategory": "food",
"peopleLimit": 10,
"roomType": "public"
}
],
"users":[
{
"id": "0",
"name": "TA",
"email": "[email protected]"
},
{
"name": "TA2",
"email": "[email protected]"
},
{
"name": "TA3",
"email": "[email protected]"
}
]
}