-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdaily-digest.txt
More file actions
95 lines (95 loc) · 1.84 KB
/
daily-digest.txt
File metadata and controls
95 lines (95 loc) · 1.84 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"date": "2026-03-10",
"diet": {
"meals": 5,
"total_calories": 2390.0,
"macros": {
"protein_g": 160.2,
"carbs_g": 267.3,
"fat_g": 77.9,
"fiber_g": 14.2
},
"by_meal": {
"breakfast": 522.5,
"dinner": 746.5,
"lunch": 843.6,
"snack": 276.9
}
},
"exercise": {
"sessions": 1,
"total_minutes": 63.0,
"activities": [
"weightlifting"
],
"avg_rpe": 8.0
},
"metrics": {
"entries": [
{
"metric": "sleep_duration",
"value": 7.2,
"unit": "hours",
"context": "night sleep"
},
{
"metric": "sleep_quality",
"value": 7.7,
"unit": "score",
"context": "subjective rating"
},
{
"metric": "weight",
"value": 73.6,
"unit": "kg",
"context": "morning fasted"
},
{
"metric": "resting_hr",
"value": 63.0,
"unit": "bpm",
"context": "morning waking"
},
{
"metric": "hrv",
"value": 51.0,
"unit": "ms",
"context": "morning waking"
},
{
"metric": "blood_pressure_sys",
"value": 119.0,
"unit": "mmHg",
"context": "morning seated"
},
{
"metric": "blood_pressure_dia",
"value": 79.0,
"unit": "mmHg",
"context": "morning seated"
}
],
"alerts": []
},
"supplements": {
"active": 5,
"compounds": [
"Multivitamin",
"Creatine Monohydrate",
"Vitamin D3",
"Omega-3 (EPA/DHA)",
"Magnesium Glycinate"
]
},
"trials": {
"active": [
{
"id": 2,
"name": "Creatine-Cognition Trial",
"intervention": "5g creatine monohydrate daily vs no supplementation",
"status": "active"
}
]
},
"insights": []
}