|
|
|
@ -26,7 +26,7 @@ public class TrainingDbInitializer
|
|
|
|
|
Id = Guid.NewGuid().ToString(),
|
|
|
|
|
Name = "Squat",
|
|
|
|
|
Description = "Squat is a compound exercise that targets the lower body, primarily the quadriceps, hamstrings, and glutes.",
|
|
|
|
|
Target = Shared.Enum.ETarget.Legs,
|
|
|
|
|
Target = Shared.Enum.ETarget.LEGS,
|
|
|
|
|
ImageUrl = "images/squat.jpg",
|
|
|
|
|
VideoUrl = "https://www.youtube.com/watch?v=dQw4w9WgXcQ&ab_channel=RickAstley",
|
|
|
|
|
},
|
|
|
|
@ -35,7 +35,7 @@ public class TrainingDbInitializer
|
|
|
|
|
Id = Guid.NewGuid().ToString(),
|
|
|
|
|
Name = "Bench Press",
|
|
|
|
|
Description = "Bench Press is a compound exercise that primarily targets the chest, shoulders, and triceps.",
|
|
|
|
|
Target = Shared.Enum.ETarget.Chest,
|
|
|
|
|
Target = Shared.Enum.ETarget.CHEST,
|
|
|
|
|
ImageUrl = "images/bench_press.jpg",
|
|
|
|
|
VideoUrl = "https://www.youtube.com/watch?v=dQw4w9WgXcQ&ab_channel=RickAstley",
|
|
|
|
|
},
|
|
|
|
@ -44,7 +44,7 @@ public class TrainingDbInitializer
|
|
|
|
|
Id = Guid.NewGuid().ToString(),
|
|
|
|
|
Name = "Deadlift",
|
|
|
|
|
Description = "Deadlift is a compound exercise that primarily targets the back, glutes, and hamstrings.",
|
|
|
|
|
Target = Shared.Enum.ETarget.Back,
|
|
|
|
|
Target = Shared.Enum.ETarget.BACK,
|
|
|
|
|
ImageUrl = "images/deadlift.jpg",
|
|
|
|
|
VideoUrl = "https://www.youtube.com/watch?v=dQw4w9WgXcQ&ab_channel=RickAstley",
|
|
|
|
|
},
|
|
|
|
@ -53,7 +53,7 @@ public class TrainingDbInitializer
|
|
|
|
|
Id = Guid.NewGuid().ToString(),
|
|
|
|
|
Name = "Shoulder Press",
|
|
|
|
|
Description = "Shoulder Press is a compound exercise that primarily targets the shoulders and triceps.",
|
|
|
|
|
Target = Shared.Enum.ETarget.Arms,
|
|
|
|
|
Target = Shared.Enum.ETarget.ARMS,
|
|
|
|
|
ImageUrl = "images/shoulder_press.jpg",
|
|
|
|
|
VideoUrl = "https://www.youtube.com/watch?v=dQw4w9WgXcQ&ab_channel=RickAstley",
|
|
|
|
|
},
|
|
|
|
@ -62,7 +62,7 @@ public class TrainingDbInitializer
|
|
|
|
|
Id = Guid.NewGuid().ToString(),
|
|
|
|
|
Name = "Running on Treadmill",
|
|
|
|
|
Description = "Running on Treadmill is a cardiovascular exercise that primarily targets the legs and improves overall fitness.",
|
|
|
|
|
Target = Shared.Enum.ETarget.Cardio,
|
|
|
|
|
Target = Shared.Enum.ETarget.CARDIO,
|
|
|
|
|
ImageUrl = "images/running_treadmill.jpg",
|
|
|
|
|
VideoUrl = "https://www.youtube.com/watch?v=dQw4w9WgXcQ&ab_channel=RickAstley",
|
|
|
|
|
},
|
|
|
|
|