-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
69 lines (69 loc) · 1.78 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
{
"categories": [
{
"id": "46265b1f-ffba-5cd2-9d55-36ec7e3ac095",
"name": "Compras",
"color": null
},
{
"id": "65125b62-8778-5bc8-89ac-098057b9a390",
"name": "Trabajo",
"color": "#EACDB5"
},
{
"id": "24c202cd-6076-58aa-a2e2-3bc3f7d99428",
"name": "Estudios",
"color": null
},
{
"id": "c135e963-95be-57c5-926c-fee29681b66d",
"name": "Deportes",
"color": "#EBD6D8"
},
{
"id": "49078200-32bd-5718-a6e5-5c4e08c0ed9c",
"name": "Entretenimiento",
"color": "#C2EBB0"
},
{
"id": "c39e10f9-7355-5eac-bdff-99b08f1eb0cc",
"name": "Salud",
"color": null
},
{
"id": "8c08c709-6f07-544f-8377-f630a5d0a67d",
"name": "Familia",
"color": null
}
],
"tasks": [
{
"id": "664a90a5-22ed-588c-b113-b6373f5f4dd3",
"title": "Comprar 1kg de tomates",
"category_id": "46265b1f-ffba-5cd2-9d55-36ec7e3ac095",
"description": "Bien maduros",
"completed": false
},
{
"id": "c77b2e4c-0992-55b4-ac93-a6dad915a754",
"title": "Crear app para hacerme millonario 🤑",
"category_id": "65125b62-8778-5bc8-89ac-098057b9a390",
"description": null,
"completed": false
},
{
"id": "cbdb75a0-5808-556b-8f6c-fbe2c162752b",
"title": "Festejar el año 2065",
"category_id": "49078200-32bd-5718-a6e5-5c4e08c0ed9c",
"description": "Armar una gran fiesta para el año 2065 🥳💃🎉🎊",
"completed": true
},
{
"id": "1dea00ea-dd83-5338-b5d7-0b5177c8545e",
"title": "Terminar la carrera universitaria",
"category_id": "24c202cd-6076-58aa-a2e2-3bc3f7d99428",
"description": "Materias aprobadas 46/46",
"completed": true
}
]
}