Goals -System refactored - Platzhaltersystem enhanced (als draft) #53

Merged
Lars merged 86 commits from develop into main 2026-03-31 11:46:48 +02:00
Showing only changes of commit e3e635d9f5 - Show all commits

View File

@ -102,19 +102,6 @@ def map_focus_to_score_components() -> Dict[str, str]:
'hrv': 'health', 'hrv': 'health',
'general_health': '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: def calculate_category_weight(profile_id: str, category: str) -> float: