forked from withyuns/GroupUpWebApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
97 lines (88 loc) · 2.26 KB
/
data.json
File metadata and controls
97 lines (88 loc) · 2.26 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
{
"classlist": [
{
"id": "cse170",
"class": "CSE 170/COGS 120"
},
{
"id": "cse130",
"class": "CSE 130"
},
{
"id": "cse120",
"class": "CSE 120"
},
{
"id": "cogs187a",
"class": "COGS 187A"
}
],
"cse170_group_person": [
{
"id": "a1",
"name": "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 170, Please join for collaboration!"
},
{
"id": "a2",
"name": "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!!"
}
],
"cse170_group_online": [
{
"id": "b1",
"name": "Study for Midterm!! Online group!",
"address": "http://www.piazza.com",
"description": "We will study for midterm 2 for CSE 170, Please join for collaboration!"
},
{
"id": "b2",
"name": "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!!"
}
],
"cse130_group_person": [
{
"id": "a1",
"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 170, Please join for collaboration!"
},
{
"id": "a2",
"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!!"
}
],
"cse130_group_online": [
{
"id": "b1",
"name": "130 Study for Midterm!! Online group!",
"address": "http://www.piazza.com",
"description": "We will study for midterm 2 for CSE 170, Please join for collaboration!"
},
{
"id": "b2",
"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!!"
}
]
}