feat: Phase 0b - add nutrition focus areas to score mapping
This commit is contained in:
parent
949301a91d
commit
9fa6c5dea7
|
|
@ -101,6 +101,13 @@ def map_focus_to_score_components() -> Dict[str, str]:
|
||||||
'blood_pressure': 'health',
|
'blood_pressure': 'health',
|
||||||
'hrv': 'health',
|
'hrv': 'health',
|
||||||
'general_health': 'health',
|
'general_health': 'health',
|
||||||
|
|
||||||
|
# Nutrition → nutrition_score
|
||||||
|
'protein_intake': 'nutrition',
|
||||||
|
'calorie_balance': 'nutrition',
|
||||||
|
'macro_consistency': 'nutrition',
|
||||||
|
'meal_timing': 'nutrition',
|
||||||
|
'hydration': 'nutrition',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user