Data Layer: - get_resting_heart_rate_data() - avg RHR with min/max trend - get_heart_rate_variability_data() - avg HRV with min/max trend - get_vo2_max_data() - latest VO2 Max with date Placeholder Layer: - get_vitals_avg_hr() - refactored to use data layer - get_vitals_avg_hrv() - refactored to use data layer - get_vitals_vo2_max() - refactored to use data layer All 3 health data functions + 3 placeholder refactors complete. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| activity_metrics.py | ||
| body_metrics.py | ||
| health_metrics.py | ||
| nutrition_metrics.py | ||
| recovery_metrics.py | ||
| utils.py | ||