|
@@ -23,6 +23,15 @@ $topLevelPointToRendererMap = [
|
|
|
'FOOD_TRIGGERS' => 'behavior',
|
|
|
'CRAVINGS' => 'behavior',
|
|
|
'SLEEP_HABITS' => 'behavior',
|
|
|
+
|
|
|
+ // lifestyle
|
|
|
+ 'LIFESTYLE_GENERAL' => 'lifestyle_general',
|
|
|
+ 'LIFESTYLE_NUTRITION' => 'lifestyle_nutrition',
|
|
|
+ 'LIFESTYLE_PHYSICAL_ACTIVITY' => 'lifestyle_physical_activity',
|
|
|
+ 'LIFESTYLE_SLEEP' => 'lifestyle_sleep',
|
|
|
+ 'LIFESTYLE_SOCIAL_RELATIONSHIPS' => 'lifestyle_social_relationships',
|
|
|
+ 'LIFESTYLE_STRESS' => 'lifestyle_stress',
|
|
|
+ 'LIFESTYLE_SUBSTANCE_USE' => 'lifestyle_substance_use',
|
|
|
];
|
|
|
|
|
|
$pointMap = [];
|