-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
44 lines (44 loc) · 903 Bytes
/
data.json
File metadata and controls
44 lines (44 loc) · 903 Bytes
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
[
{
"id": "1",
"title": "Created orelis org on GitHub",
"description": [],
"category": "tools",
"timeSpent": "N/A",
"date": "31/05/2025",
"author": "atom"
},
{
"id": "2",
"title": "Created devmap website",
"description": [],
"category": "tools",
"timeSpent": "2 hours",
"date": "31/05/2025",
"author": "atom"
},
{
"id": "3",
"title": "Created web panel",
"description": [
"+ setup",
"+ main structure",
"+ design of pages: dashboard, users"
],
"category": "website",
"timeSpent": "5 hours",
"date": "17/07/2025",
"author": "atom"
},
{
"id": "4",
"title": "Worked on web panel",
"description": [
"+ structure of live logs page and some functionality"
],
"category": "website",
"timeSpent": "3 hours",
"date": "23/07/2025",
"author": "atom"
}
]