This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatabase_guideline.json
60 lines (58 loc) · 3.15 KB
/
database_guideline.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
51
52
53
54
55
56
57
58
59
60
{
"user_id": {
"name": "สมชาย รักการนอน",
"data": {
"timetable1":{
"name": "เทอม 1 ปี 2565",
"data":{
"timetable":{
"monday":[
{
"subj_name" : "TCP/IP",
"subj_code": "00123456",
"start_time": "09:00",
"end_time": "12:00",
"place": "32100",
"image": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png",
"details": "วิชาที่ยอดเยี่ยม อาจารย์สอนดีมาก",
"color": "#FF0000"
},
{
"subj_name": "TCP/IP",
"subj_code": "00123456",
"start_time": "09:00",
"end_time": "12:00",
"place": "32100",
"image": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png",
"details": "วิชาที่ยอดเยี่ยม อาจารย์สอนดีมาก",
"color": "#FF0000"
}
]
},
"notes":[
{
"title": "Lecture about Hardware Lab",
"subj_code": "00123456",
"details": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
"type": "Lecture",
"image": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png",
"color": "#FF0000"
}
],
"todolist":[
{
"title": "ทำงาน App ส่งอาจารย์",
"subj_code": "00123456",
"details": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
"status": "in-progress",
"image": "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png",
"color": "#FF0000",
"start" : "2022-09-25 10:00:00",
"end" : "2022-11-01 08:00:00"
}
]
}
}
}
}
}