Skip to content

Commit

Permalink
WIP on knowledge base
Browse files Browse the repository at this point in the history
  • Loading branch information
NiharGharat committed May 11, 2023
1 parent 6812e04 commit e7b2690
Show file tree
Hide file tree
Showing 19 changed files with 8,231 additions and 64 deletions.
5 changes: 4 additions & 1 deletion src/Constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@
TABLE_EXERCISE_METADATA = "exercise_metadata.csv"
TABLE_USER = "user.csv"
TABLE_WORKOUT_DERIVED = "workout_derived.csv"
TABLE_EXERCISE_DERIVED = "exercise_derived.csv"
TABLE_EXERCISE_DERIVED = "exercise_derived.csv"

# User
USER_NAME = "Mike"
2 changes: 1 addition & 1 deletion src/Entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def __init__(self, id, name, gender, fitness_level, focused_muscle_group, age, g
self.focused_muscle_group = focused_muscle_group
# age in int
self.age = age
# bulking, strength, wt_decrease, etc.
# bulking, strength, wt_loss.
self.goal = goal
# Wt
self.weight = weight
Loading

0 comments on commit e7b2690

Please sign in to comment.