-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
178 lines (178 loc) · 4.01 KB
/
db.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
"notes": [
{
"id": 0,
"name": "Shopping list",
"created": 1653084000000,
"category": "task",
"content": "Tomatoes, bread",
"dates": []
},
{
"id": 1,
"name": "The theory of evolution",
"created": 1645657200000,
"category": "random",
"content": "The evolution is a very hard question. ",
"dates": []
},
{
"id": 2,
"name": "New Feature",
"created": 1641250800000,
"category": "idea",
"content": "Add table with archived notes sdfsad",
"dates": []
},
{
"name": "todo for today",
"category": "task",
"content": "Read 20 pages about projects architecture",
"created": 1663753780000,
"dates": [],
"id": 4
},
{
"name": "War",
"category": "random",
"content": "I feel strange things, as it was 22.02.2022, when i've decided to move from my country",
"created": 1663753879000,
"dates": [
1645484400000
],
"id": 5
},
{
"name": "Weather thoughts",
"category": "random",
"content": "When it is cold outside, it's easier to work",
"created": 1663766641000,
"dates": [],
"id": 6,
"isArchived": false
},
{
"name": "Thursday",
"category": "task",
"content": "Go to the PostOffice after 5p.m.",
"created": 1663844076000,
"dates": [],
"id": 8,
"isArchived": false
},
{
"name": "todo",
"category": "task",
"content": "Finish pull request fixing untill 29.09.2022",
"created": 1663844218000,
"dates": [
1664402400000
],
"id": 9,
"isArchived": true
},
{
"name": "todo",
"category": "task",
"content": "a need to finish project 21.09.2022 or 23.09.2022, because deadline for 3 projects is 30.09.2022",
"created": 1663845680000,
"dates": [
1663711200000,
1663884000000,
1664488800000
],
"id": 11
},
{
"name": "check",
"category": "idea",
"content": "what if i try to hvjhv create a note with 4 dates: 22.09.2022, 23.09.2022 and finnaly 25.09.2022",
"created": 1663846803000,
"dates": [
1663797600000,
1663884000000,
1664056800000
],
"id": 12
},
{
"name": "checkArchivation",
"category": "idea",
"content": "archivation check",
"created": 1664459273000,
"dates": [],
"id": 13,
"isArchived": true
},
{
"name": "archive2",
"category": "task",
"content": "222archive check",
"created": 1664459389000,
"dates": [],
"id": 14,
"isArchived": false
},
{
"name": "123qwed",
"category": "task",
"content": "12eqw",
"created": 1664459470000,
"dates": [],
"id": 15,
"isArchived": true
},
{
"name": "zczcsa",
"category": "task",
"content": "asdasdsa",
"created": 1664459517000,
"dates": [],
"id": 16,
"isArchived": true
},
{
"name": "dedfscd",
"category": "task",
"content": "wqdas",
"created": 1664459622000,
"dates": [],
"id": 17
},
{
"name": "late night",
"category": "task",
"content": "Light night show",
"created": 1664487529000,
"dates": [],
"id": 20
},
{
"name": "no category check",
"category": "task",
"content": "no category check",
"created": 1664487704000,
"dates": [],
"id": 22,
"isArchived": true
},
{
"name": "check edit",
"category": "task",
"content": "edition checked",
"created": 1664488831000,
"dates": [],
"id": 23
},
{
"name": "check after rename",
"category": "task",
"content": "Was renamed some variables. needs to check application running",
"created": 1664782774000,
"dates": [],
"id": 24,
"isArchived": true
}
],
"archive": []
}