-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrispy-doodle-default-rtdb-export.json
50 lines (50 loc) · 1.41 KB
/
crispy-doodle-default-rtdb-export.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
{
"tasks": {
"id": "file",
"value": "File",
"taskItem": [
{
"taskName": "'Assignment 1'",
"taskDeadline": "DateTime(2021, 9, 8)",
"taskSubject": "'Applications Development'",
"unitColor": "Colors.redAccent"
},
{
"taskName": "'Assignment 2'",
"taskDeadline": "DateTime(2021, 10, 21)",
"unitColor": "Colors.redAccent",
"taskSubject": "'Applications Development'"
},
{
"taskName": "'Video Reflection'",
"unitColor": "Colors.redAccent",
"taskDeadline": "DateTime(2021, 10, 27)",
"taskSubject": "'Applications Development'"
},
{
"taskName": "'Online test 1'",
"unitColor": "Colors.blueAccent",
"taskDeadline": "DateTime(2021, 8, 20)",
"taskSubject": "'Mobile Applications'"
},
{
"taskName": "'Online test 2'",
"unitColor": "Colors.blueAccent",
"taskDeadline": "DateTime(2021, 10, 8)",
"taskSubject": "'Mobile Applications'"
},
{
"taskName": "'Case Study'",
"unitColor": "Colors.blueAccent",
"taskDeadline": "DateTime(2021, 9, 13)",
"taskSubject": "'Mobile Applications'"
},
{
"taskName": "'Project'",
"unitColor": "Colors.blueAccent",
"taskDeadline": "DateTime(2021, 10, 18)",
"taskSubject": "'Mobile Applications'"
}
]
}
}