feat: Phase 0b - add nutrition focus areas to score mapping
All checks were successful
Deploy Development / deploy (push) Successful in 48s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 14s

This commit is contained in:
Lars 2026-03-28 10:20:46 +01:00
parent 949301a91d
commit 9fa6c5dea7

View File

@ -101,6 +101,13 @@ def map_focus_to_score_components() -> Dict[str, str]:
'blood_pressure': 'health',
'hrv': 'health',
'general_health': 'health',
# Nutrition → nutrition_score
'protein_intake': 'nutrition',
'calorie_balance': 'nutrition',
'macro_consistency': 'nutrition',
'meal_timing': 'nutrition',
'hydration': 'nutrition',
}