diff --git a/backend/calculations/scores.py b/backend/calculations/scores.py index fea07da..b4eb571 100644 --- a/backend/calculations/scores.py +++ b/backend/calculations/scores.py @@ -102,19 +102,6 @@ def map_focus_to_score_components() -> Dict[str, str]: 'hrv': 'health', 'general_health': 'health', } - 'herzgesundheit': 'health', - 'blutdruck': 'health', - 'vo2max': 'health', - - # Mental-Kategorie → recovery_score (teilweise) - 'meditation_mindfulness': 'recovery', - 'stress_management': 'recovery', - - # Lebensstil-Kategorie → mixed - 'hydration': 'nutrition', - 'alkohol_moderation': 'nutrition', - 'supplements': 'nutrition', - } def calculate_category_weight(profile_id: str, category: str) -> float: