-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
72 lines (72 loc) · 1.72 KB
/
Copy pathdata.json
File metadata and controls
72 lines (72 loc) · 1.72 KB
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
{
"user": {
"name": "James",
"avatar": "https://example.com/avatar.jpg"
},
"bank_balance": 143624,
"uncategorized_transactions": 12,
"employees_working_today": 7,
"card_spending": 3287.49,
"new_clients": {
"count": 54,
"change": "+18.7%"
},
"invoices_overdue": {
"count": 6,
"change": "+2.7%"
},
"revenue": {
"labels": ["Feb 14", "Feb 15", "Feb 16", "Feb 17", "Feb 18", "Feb 19", "Feb 20"],
"this_week": [14893, 16139.28, 17900, 20200, 18700, 17200, 16000],
"last_week": [13900, 15129.04, 16800, 17800, 16500, 15200, 14000]
},
"formation_status": {
"status": "In progress",
"estimated_processing": "4-5 business days"
},
"todo_list": [
{
"task": "Run payroll",
"due_date": "Mar 4 at 6:00 pm"
},
{
"task": "Review time off request",
"due_date": "Mar 7 at 6:00 pm"
},
{
"task": "Sign board resolution",
"due_date": "Mar 12 at 6:00 pm"
},
{
"task": "Finish onboarding Tony",
"due_date": "Mar 12 at 6:00 pm"
}
],
"board_meeting": {
"title": "Board meeting",
"date": "Feb 22 at 6:00 PM",
"description": "You have been invited to attend a meeting of the Board Directors."
},
"recent_emails": [
{
"sender": "Hannah Morgan",
"subject": "Meeting scheduled",
"time": "1:24 PM"
},
{
"sender": "Megan Clark",
"subject": "Update on marketing campaign",
"time": "12:32 PM"
},
{
"sender": "Brandon Williams",
"subject": "Designly 2.0 is about to launch",
"time": "Yesterday at 8:57 PM"
},
{
"sender": "Reid Smith",
"subject": "My friend Julie loves Dappr!",
"time": "Yesterday at 8:49 PM"
}
]
}