Skip to content

Add calisthenics and dumbbell exercises with muscle targeting#12

Merged
brylie merged 10 commits intomainfrom
add-calisthenics-exercises
Mar 24, 2025
Merged

Add calisthenics and dumbbell exercises with muscle targeting#12
brylie merged 10 commits intomainfrom
add-calisthenics-exercises

Conversation

@brylie
Copy link
Copy Markdown
Owner

@brylie brylie commented Mar 24, 2025

User description

Introduce a variety of calisthenics and dumbbell exercises, enhancing the existing exercise data. Include the obliques muscle group for comprehensive targeting in workouts. Update the exercise retrieval functions to incorporate the new exercises.


PR Type

Enhancement


Description

  • Added new calisthenics exercises with detailed metrics and muscle targeting.

  • Introduced dumbbell exercises, expanding workout options significantly.

  • Updated Muscles enum to include Obliques for comprehensive targeting.

  • Enhanced exercise retrieval functions to include new exercise datasets.


Changes walkthrough 📝

Relevant files
Enhancement
enums.ts
Extend `Muscles` enum with `Obliques`                                       

app/src/lib/enums.ts

  • Added Obliques to the Muscles enum.
+1/-0     
exerciseData-calisthenics.ts
Add calisthenics exercises dataset                                             

app/src/lib/exerciseData-calisthenics.ts

  • Added a new file defining calisthenics exercises.
  • Included detailed metrics and targeted muscle groups.
  • +57/-0   
    exerciseData-dumbbells.ts
    Add dumbbell exercises dataset                                                     

    app/src/lib/exerciseData-dumbbells.ts

  • Added a new file defining dumbbell exercises.
  • Included detailed metrics, equipment, and targeted muscle groups.
  • +262/-0 
    exerciseData.ts
    Integrate new exercises and update retrieval functions     

    app/src/lib/exerciseData.ts

  • Integrated calisthenics and dumbbell exercises into the main dataset.
  • Updated functions to use the combined exercise dataset.
  • Enhanced filtering by muscle and equipment to include new exercises.
  • +8/-3     

    Need help?
  • Type /help how to ... in the comments thread for any questions about Qodo Merge usage.
  • Check out the documentation for more information.
  • @brylie brylie merged commit ce27477 into main Mar 24, 2025
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    None yet

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    1 participant