-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathjournal.json
72 lines (72 loc) · 1.56 KB
/
journal.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
61
62
63
64
65
66
67
68
69
70
71
72
[
{
"date": "2024-12-13",
"title": "ex",
"hoursActive": 0,
"hoursSleeping": 8,
"hoursFocused": 3,
"hoursOnScreen": 3,
"hoursOutside": 0,
"hoursReading": 0,
"mood": 4,
"created": "2024-12-13T22:38:20.473Z",
"reflection": "",
"updated": "2024-12-13T22:38:39.781Z"
},
{
"date": "2024-12-12",
"title": "test2",
"hoursActive": 4,
"hoursSleeping": 9,
"hoursFocused": 6,
"hoursOnScreen": 2,
"hoursOutside": 2,
"hoursReading": 2,
"mood": 1,
"created": "2024-12-12T17:21:11.156Z",
"reflection": "test2",
"updated": "2024-12-12T17:21:39.379Z"
},
{
"date": "2024-12-09",
"title": "brownie",
"hoursActive": 1,
"hoursSleeping": 1,
"hoursFocused": 1,
"hoursOnScreen": 1,
"hoursOutside": 1,
"hoursReading": 1,
"mood": 1,
"created": "2024-12-10T05:58:36.376Z",
"reflection": "brownie",
"updated": "2024-12-10T05:58:53.140Z"
},
{
"date": "2024-12-04",
"title": "ex",
"hoursActive": 5,
"hoursSleeping": 0,
"hoursFocused": 0,
"hoursOnScreen": 0,
"hoursOutside": 0,
"hoursReading": 0,
"mood": 5,
"created": "2024-12-13T21:23:46.650Z",
"reflection": "",
"updated": "2024-12-13T21:23:57.285Z"
},
{
"date": "2024-11-11",
"title": "f",
"hoursActive": 4,
"hoursSleeping": 4,
"hoursFocused": 4,
"hoursOnScreen": 4,
"hoursOutside": 4,
"hoursReading": 3,
"mood": 6,
"created": "2024-12-13T22:52:49.439Z",
"reflection": "",
"updated": "2024-12-13T22:53:01.547Z"
}
]