Tracking data update

This commit is contained in:
2023-02-09 21:39:15 -05:00
parent ffa1103870
commit fe9cf70282
+39 -4
View File
@@ -22,7 +22,7 @@ class myfitTracking extends Model
'id' => $i,
'uid' => '1234-5678-90777-0000' . $i,
'title' => 'Weight',
'widget' => 't-weight',
'widget' => 'weight',
'profile_img' => 'weight.jpg',
'thumbnil' => 'weight.png',
];
@@ -33,7 +33,7 @@ class myfitTracking extends Model
'id' => $i,
'uid' => '1234-5678-90777-0000' . $i,
'title' => 'Exercise',
'widget' => 't-weight',
'widget' => 'exercise',
'profile_img' => 'weight.jpg',
'thumbnil' => 'exercise.png',
];
@@ -44,14 +44,49 @@ class myfitTracking extends Model
'id' => $i,
'uid' => '1234-5678-90777-0000' . $i,
'title' => 'Activity',
'widget' => 't-weight',
'widget' => 'activity',
'profile_img' => 'weight.jpg',
'thumbnil' => 'activity.png',
];
$cat[] = $itArr;
$i=4;
$itArr = [
'id' => $i,
'uid' => '1234-5678-90777-0000' . $i,
'title' => 'Blood Pressure',
'widget' => 'bp',
'profile_img' => 'weight.jpg',
'thumbnil' => 'blood_pressure.png',
];
$cat[] = $itArr;
for ($i = 4; $i < 9; $i++) {
$i=5;
$itArr = [
'id' => $i,
'uid' => '1234-5678-90777-0000' . $i,
'title' => 'Nutrition',
'widget' => 'nutrition',
'profile_img' => 'weight.jpg',
'thumbnil' => 'nutrition.png',
];
$cat[] = $itArr;
$i=6;
$itArr = [
'id' => $i,
'uid' => '1234-5678-90777-0000' . $i,
'title' => 'Blood Sugar',
'widget' => 'bloodsugar',
'profile_img' => 'weight.jpg',
'thumbnil' => 'blood_pressure.png',
];
$cat[] = $itArr;
for ($i = 7; $i < 9; $i++) {
$itArr = [
'id' => $i,
'uid' => '1234-5678-90777-0000' . $i,