-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
115 lines (115 loc) · 2.95 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
{
"notes": [
{
"id": "fb1702e0-f96b-40dc-bdd1-b1b2644422ce",
"img": "",
"title": "Lorem ipsum dolor sit amet Trahison",
"text": "Lorem ipsum dolor sit amet",
"color": "#fbbc04",
"categories": [
"work"
],
"show": true,
"pinned": true,
"archived": false,
"trashed": false
},
{
"id": "8a2a4517-2fd7-4a93-bb39-13f9afc781e3",
"img": "",
"title": "",
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim ",
"color": "#e8eaed",
"categories": [
"bussines"
],
"show": true,
"pinned": false,
"archived": false,
"trashed": false
},
{
"id": "de42a024-092b-4af3-8598-76683924e9d5",
"img": "",
"title": "",
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempo",
"color": "#ccff90",
"categories": [],
"show": true,
"pinned": true,
"archived": false,
"trashed": false
},
{
"id": "fe7c510b-55e6-4043-a2f8-7875c312dbee",
"img": "",
"title": "",
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor",
"color": "#f28b82",
"categories": [
"favorite"
],
"show": true,
"pinned": false,
"archived": true,
"trashed": false
},
{
"id": "40057b99-dc68-4853-86f1-d52c25191013",
"img": "",
"title": "",
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo",
"color": "#ccff90",
"categories": [],
"show": true,
"pinned": false,
"archived": false,
"trashed": false
},
{
"id": "76e3239d-25df-4d48-aded-7b77ea725b42",
"img": "",
"title": "",
"text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod ",
"color": "#f28b82",
"categories": [],
"show": true,
"pinned": false,
"archived": false,
"trashed": false
},
{
"id": "42a899ee-442e-44db-b304-39320e9ae895",
"img": "",
"title": "dcdcdc",
"text": "",
"color": "",
"categories": [],
"show": true,
"pinned": false,
"archived": false
}
],
"categories": [
{
"id": "6a221e1e-b556-4712-84f1-882353e54ddc",
"name": "Favorite",
"value": "favorite"
},
{
"id": "f06f1c45-3657-41f6-975e-10adb2752d6b",
"name": "İmportant",
"value": "i̇mportant"
},
{
"id": "95720080-0358-4320-9bad-725a98345452",
"name": "Work",
"value": "work"
},
{
"id": "b71767bd-0bfb-4ad6-bd33-59b5aae66c5f",
"name": "Bussines",
"value": "bussines"
}
]
}