forked from withyuns/GroupUpWebApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcogs187adata.json
More file actions
51 lines (48 loc) · 1.3 KB
/
cogs187adata.json
File metadata and controls
51 lines (48 loc) · 1.3 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": "cogs187a",
"grouptype": "person",
"owner": false,
"id": "a1",
"name": "187A Study for Midterm #2",
"number": "5",
"max": "20",
"place": "Geisel Library Study room 250",
"time": "2-5pm",
"description": "We will study for midterm 2 for COGS 187A, Please join for collaboration!"
},
{
"className": "cogs187a",
"grouptype": "person",
"owner": false,
"id": "a2",
"name": "187A Code tutorial group for Node.js/Javascript",
"number": "3",
"max": "10",
"place": "CSE Basement B240",
"time": "5pm",
"description": "Our TA Rob will teach about Node.js/Javascript overall, please come and get awesome tutoring!!"
}
],
"group_online": [
{
"className": "cogs187a",
"grouptype": "online",
"owner": false,
"id": "b1",
"name": "187A Study for Midterm!! Online group!",
"address": "http://www.piazza.com",
"description": "We will study for midterm 2 for COGS 187A, Please join for collaboration!"
},
{
"className": "cogs187a",
"grouptype": "online",
"owner": false,
"id": "b2",
"name": "187A 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!!"
}
]
}