feat: history and calculate needs for user
CI / 🧪 Tests Laravel (push) Failing after 2m18s
CI / 🐳 Build & Push Images (push) Has been skipped

This commit is contained in:
2026-08-14 12:45:37 +02:00
parent ea5a5737ec
commit 69372a49ed
51 changed files with 2226 additions and 305 deletions
+8 -5
View File
@@ -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',
],