From e3e635d9f530f838fe854af98df7a6c184060d75 Mon Sep 17 00:00:00 2001 From: Lars Date: Sat, 28 Mar 2026 10:10:18 +0100 Subject: [PATCH] fix: Phase 0b - remove orphaned German mapping entries --- backend/calculations/scores.py | 13 ------------- 1 file changed, 13 deletions(-) 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: