Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ExerciseMapping.cs #722

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/Conversion/ExerciseMapping.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
/* Front to Back Lunge */ { "ed18d837c14746c5af38d4fa03b56918", new (ExerciseCategory.Lunge, LungeExerciseName.DumbbellLunge) },
/* Front Lunge */ { "8ef53816dc414bed800e8bf0cee3c484", new (ExerciseCategory.Lunge, LungeExerciseName.DumbbellLunge) },
/* Front Raise */ { "a9cefac3b8234bc0bc0ee8deb62d67d3", new (ExerciseCategory.LateralRaise, LateralRaiseExerciseName.FrontRaise) },
/* Front Raise Circles */ { "e099e49b59564ef4a7198bf87cdc1446", new (ExerciseCategory.LateralRaise, LateralRaiseExerciseName.FrontRaise) },

// G
/* Goblet Squat */ { "588e35f7067842979485ff1e4f80df26", new (ExerciseCategory.Squat,SquatExerciseName.GobletSquat) },
Expand All @@ -86,6 +87,7 @@
/* Leg Lift */ { "7a5f7d80783f4b77b44dad8d6a0d2fae", new (ExerciseCategory.HipRaise, HipRaiseExerciseName.LegLift)},

// N
/* Narrow-Grip Overhead Press */ { "3caccc04fea1402cab9887ce589833ea", new (ExerciseCategory.ShoulderPress, ShoulderPressExerciseName.OverheadDumbbellPress) },
/* Neutral Grip Chest Press */ { "802f10996b5048d08f320d8661f13ee1", new (ExerciseCategory.BenchPress, BenchPressExerciseName.NeutralGripDumbbellBenchPress) },

// O
Expand Down Expand Up @@ -115,6 +117,9 @@
/* Scissor Kick */ { "f6a10df381004afba2a2b63447d9968f", new (ExerciseCategory.Crunch, CrunchExerciseName.LegLevers) },
/* Scissors */ { "0f9b2d6f18b247bd950d60bbbefd19f3", new (ExerciseCategory.Crunch, CrunchExerciseName.LegLevers) },
/* Shoulder Tap */ { "5b33283433e7479390c0d5fc11722f80", new (ExerciseCategory.Plank, PlankExerciseName.StraightArmPlankWithShoulderTouch) },
/* Single Arm Press */ { "97f0a46ff7ad4f03ac9b2cfac96e3b40", new (ExerciseCategory.ShoulderPress, ShoulderPressExerciseName.OverheadDumbbellPress) },
/* Single Arm Bicep Curl */ { "a466cebb07794281a367dd686794aa62", new (Curl, CurlExerciseName.StandingDumbbellBicepsCurl) },

Check failure on line 121 in src/Conversion/ExerciseMapping.cs

View workflow job for this annotation

GitHub Actions / build-and-test (7.0, windows-latest, net7.0-windows10.0.19041.0)

The name 'Curl' does not exist in the current context

Check failure on line 121 in src/Conversion/ExerciseMapping.cs

View workflow job for this annotation

GitHub Actions / build-and-test (7.0, windows-latest, net7.0-windows10.0.19041.0)

The name 'Curl' does not exist in the current context
/* Single Arm Row */ { "2c321111492b4e249d12388d98c1cc16", new (Row, RowExerciseName.DumbbellRow) },

Check failure on line 122 in src/Conversion/ExerciseMapping.cs

View workflow job for this annotation

GitHub Actions / build-and-test (7.0, windows-latest, net7.0-windows10.0.19041.0)

The name 'Row' does not exist in the current context

Check failure on line 122 in src/Conversion/ExerciseMapping.cs

View workflow job for this annotation

GitHub Actions / build-and-test (7.0, windows-latest, net7.0-windows10.0.19041.0)

The name 'Row' does not exist in the current context
/* Single Leg Stretch */ { "32c3f3f1f90446ad8e58589b45ae891b", new (ExerciseCategory.Core, CoreExerciseName.SingleLegStretch) },
/* Skull Crusher */ { "3c72e60de73d43f4b5a774c90dea90cd", new (ExerciseCategory.TricepsExtension, TricepsExtensionExerciseName.DumbbellLyingTricepsExtension) },
/* Snatch */ { "0ddf8f94acfe4c2289aef5a9bf59e8d9", new (ExerciseCategory.OlympicLift, OlympicLiftExerciseName.SingleArmDumbbellSnatch) },
Expand All @@ -140,6 +145,9 @@
/* Wide Grip Chest Press */ { "94e3c37e0cb245f78e195b115a400112", new (ExerciseCategory.BenchPress, BenchPressExerciseName.WideGripBarbellBenchPress) },
/* Wide Grip Bent Over Row */ { "d861cb497fcc4e1cba994b7a949a3bac", new (ExerciseCategory.Row, RowExerciseName.WideGripSeatedCableRow) },
/* Wide Grip Overhead Press */ { "258884d9586b45b3973228147a6b0c48", new (ExerciseCategory.ShoulderPress, ShoulderPressExerciseName.OverheadDumbbellPress) },
/* Wide Row */ { "f05ccd12e95c49aa93ac66bff7ec8df0", new (ExerciseCategory.Row, RowExerciseName.WideGripSeatedCableRow) },
/* Wrist Curl */ { "d5dfeae09db149fca2c5781d0478e87b", new (Curl, CurlExerciseName.StandingDumbbellBicepsCurl) },

Check failure on line 149 in src/Conversion/ExerciseMapping.cs

View workflow job for this annotation

GitHub Actions / build-and-test (7.0, windows-latest, net7.0-windows10.0.19041.0)

The name 'Curl' does not exist in the current context

Check failure on line 149 in src/Conversion/ExerciseMapping.cs

View workflow job for this annotation

GitHub Actions / build-and-test (7.0, windows-latest, net7.0-windows10.0.19041.0)

The name 'Curl' does not exist in the current context
/* W-Y's */ { "52dfd0316bd94aae9e461d8d3a69dff1", new (ExerciseCategory.LateralRaise, LateralRaiseExerciseName.SeatedLateralRaise) },

// Z
/* Zottman Curl */ { "96b11092c5064b779b371462e2509e82", new (ExerciseCategory.Curl, CurlExerciseName.StandingAlternatingDumbbellCurls) }, // Zottman exists in Connect but not in SDK definition
Expand Down
Loading