Goals -System refactored - Platzhaltersystem enhanced (als draft) #53
|
|
@ -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