-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdummy.js
51 lines (50 loc) · 1.2 KB
/
dummy.js
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
const getTimeline = {
classData: {
className: "M 3/4",
id: "4jfd8ue4njf93keie",
school: "Assumption College",
},
previousClass: { name: "Physical Education", startAt: 1300 },
currentClass: { name: "Foundation Science", startAt: 1350 },
nextClass: { name: "Mathermatics", startAt: 1440 },
};
const getActivity = {
classes: [
{
id: "d93jn8e3dwkw9mdiw",
className: "Year 11A",
school: "Newton",
activity: "Kazuha just posted something",
},
{
id: "d93jn8e3dwkw9mdiw",
className: "Year 10B",
school: "Newton",
activity: "Keqing just joined the class",
},
{
id: "d93jn8e3dwkw9mdiw",
className: "M 3A",
school: "Essence",
activity: "Klee just posted something",
},
{
id: "d93jn8e3dwkw9mdiw",
className: "M 1C",
school: "Essence",
activity: "Jean just updated the timetable",
},
{
id: "d93jn8e3dwkw9mdiw",
className: "Year 6A",
school: "Newton Primary",
activity: "Childe just posted something",
},
{
id: "d93jn8e3dwkw9mdiw",
className: "P 5A",
school: "Essence Primary",
activity: "Sayu just posted something",
},
],
};