fix: Phase 0b - remove orphaned German mapping entries
All checks were successful
Deploy Development / deploy (push) Successful in 50s
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:10:18 +01:00
parent 289b132b8f
commit e3e635d9f5

View File

@ -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: