fix: Phase 0b - remove orphaned German mapping entries
This commit is contained in:
parent
289b132b8f
commit
e3e635d9f5
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user