[Pharo] Personal fitness tracker web app.
Muscle English names.
src/MyFitnessTracker/MFTMuscle.class.st
@@ -128,6 +128,7 @@
128
128
MFTMuscle class >> gluteusMaximus [
129
129
130
130
^ self newWithLatinName
131
Added:
englishName: 'glutes';
131
132
description:
132
133
'The largest muscle in the buttocks, responsible for hip extension, outward rotation, and abduction.';
133
134
yourself
@@ -137,6 +138,7 @@
137
138
MFTMuscle class >> gluteusMedius [
138
139
139
140
^ self newWithLatinName
141
Added:
englishName: 'glutes';
140
142
description:
141
143
'Located in the buttocks, it plays a role in hip abduction and medial rotation.';
142
144
yourself
@@ -146,6 +148,7 @@
146
148
MFTMuscle class >> gluteusMinimus [
147
149
148
150
^ self newWithLatinName
151
Added:
englishName: 'glutes';
149
152
description:
150
153
'Also located in the buttocks, it assists in hip abduction and medial rotation, working with the gluteus medius.';
151
154
yourself
@@ -155,7 +158,7 @@
155
158
MFTMuscle class >> hamstring [
156
159
157
160
^ self newWithLatinName
158
Removed:
englishName: 'Hamstrings';
161
Added:
englishName: 'hamstrings';
159
162
description:
160
163
'This group of muscles includes the biceps femoris, semitendinosus, and semimembranosus. They are located in the back of the thigh and are responsible for knee flexion and hip extension.';
161
164
yourself
@@ -216,7 +219,7 @@
216
219
MFTMuscle class >> pectoralisMinor [
217
220
218
221
^ self newWithLatinName
219
Removed:
englishName: 'Pec';
222
Added:
englishName: 'pectoral';
220
223
description:
221
224
'Located beneath the pectoralis major, it plays a role in stabilizing the shoulder blade and assisting in deep breathing.';
222
225
yourself
@@ -246,7 +249,7 @@
246
249
MFTMuscle class >> rotatorCuff [
247
250
248
251
^ self newWithLatinName
249
Removed:
englishName: 'Rotator Cuff Muscles';
252
Added:
englishName: 'rotator cuff';
250
253
description:
251
254
'This group includes four muscles: supraspinatus, infraspinatus, teres minor, and subscapularis. They play a crucial role in stabilizing the shoulder joint and facilitating arm rotation.';
252
255
yourself