forked from withyuns/GroupUpWebApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcse130data.json
More file actions
51 lines (48 loc) · 1.29 KB
/
cse130data.json
File metadata and controls
51 lines (48 loc) · 1.29 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
{
"group_person": [
{
"className": "cse130",
"grouptype": "person",
"owner": false,
"id": "e1",
"name": "130 Study for Midterm #2",
"number": "3",
"max": "15",
"place": "Geisel Library Study room 215",
"time": "2-4pm",
"description": "We will study for midterm 2 for CSE 130, Please join for collaboration!"
},
{
"className": "cse130",
"grouptype": "person",
"owner": false,
"id": "e2",
"name": "130 Code tutorial group for Node.js/Javascript",
"number": "5",
"max": "30",
"place": "CSE Basement B240",
"time": "5pm",
"description": "Our TA Alok will teach about Node.js/Javascript overall, please come and get awesome tutoring!!"
}
],
"group_online": [
{
"className": "cse130",
"grouptype": "online",
"owner": false,
"id": "f1",
"name": "130 Study for Midterm!! Online group!",
"address": "http://www.piazza.com",
"description": "We will study for midterm 2 for CSE 130, Please join for collaboration!"
},
{
"className": "cse130",
"grouptype": "online",
"owner": false,
"id": "f2",
"name": "130 Tutor online for Front-end!",
"address": "http://www.facebook.com",
"description": "Our TA Alok will teach about Node.js/Javascript overall, please come and get awesome tutoring!!"
}
]
}