feat: history and calculate needs for user
This commit is contained in:
+8
-5
@@ -16,7 +16,7 @@ return [
|
||||
'sections' => [
|
||||
'account' => 'Account',
|
||||
'profile' => 'Profile',
|
||||
'nutrition_goals' => 'Nutrition goals',
|
||||
'nutrition_plan' => 'Active nutrition plan',
|
||||
'activity' => 'Activity',
|
||||
'metadata' => 'Metadata',
|
||||
],
|
||||
@@ -36,17 +36,20 @@ return [
|
||||
'password' => 'Password',
|
||||
'bio' => 'Bio',
|
||||
'height' => 'Height',
|
||||
'current_weight' => 'Current weight',
|
||||
'target_weight' => 'Target weight',
|
||||
'date_of_birth' => 'Date of birth',
|
||||
'sex' => 'Sex',
|
||||
'daily_calorie_goal' => 'Calories',
|
||||
'daily_protein_goal' => 'Protein',
|
||||
'daily_carbs_goal' => 'Carbs',
|
||||
'daily_fats_goal' => 'Fats',
|
||||
'calorie_goal' => 'Calories',
|
||||
'protein_goal' => 'Protein',
|
||||
'carbs_goal' => 'Carbs',
|
||||
'fats_goal' => 'Fats',
|
||||
'physical_activity_level' => 'Activity level',
|
||||
'physical_activity_level_short' => 'Activity',
|
||||
'weight_goal' => 'Weight goal',
|
||||
'weight_goal_short' => 'Weight goal',
|
||||
'pace_preference' => 'Pace',
|
||||
'onboarding_completed_at' => 'Nutrition profile completed at',
|
||||
'created_at' => 'Created at',
|
||||
'updated_at' => 'Updated at',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user