Data Layer: - get_nutrition_average_data() - all macros in one call - get_nutrition_days_data() - coverage tracking - get_protein_targets_data() - 1.6g/kg and 2.2g/kg targets - get_energy_balance_data() - deficit/surplus/maintenance - get_protein_adequacy_data() - 0-100 score - get_macro_consistency_data() - 0-100 score Placeholder Layer: - get_nutrition_avg() - refactored to use data layer - get_nutrition_days() - refactored to use data layer - get_protein_ziel_low() - refactored to use data layer - get_protein_ziel_high() - refactored to use data layer All 6 nutrition data functions + 4 placeholder refactors complete. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| body_metrics.py | ||
| nutrition_metrics.py | ||
| utils.py | ||