-
As a user, I want to log my workouts so that I can track my fitness progress over time.
**Acceptance Criteria:**
- Users can enter workout details such as date, type, duration, and intensity.
- W…
-
As a user, I want to set benchmarks for my workouts so that I can measure my progress against specific goals.
**Acceptance Criteria:**
- Users can define specific benchmarks such as target weights…
-
As a user, I want to add notes to my workouts so that I can record specific details or observations.
**Acceptance Criteria:**
- Users can add textual notes to each workout entry.
- Notes can incl…
-
As a user, I want to categorize my workouts by type (e.g., cardio, strength) so that I can analyse them more effectively.
**Acceptance Criteria:**
- Users can select or input the type of workout (…
-
**Beschreibung** Trainingsplaene in FIT-Workouts umwandeln, um sie auf dem Garmingeraet abspielen zu koennen. Und umgekehrt auch FIT-Workouts in Trainingsplaene umwandeln.
**Labels** feature, backend…
-
Since workout page doesn't contain much UI elements as of now , I would like to start working on its UI .
Do assign me this issue
Thanks
-
As a user, I want to view my workout statistics so that I can understand my performance trends.
**Acceptance Criteria:**
- Users can view aggregated statistics such as total workouts, average dura…
-
As a user, I want to view a history of my workouts so that I can see my progress over time.
**Acceptance Criteria:**
- Users can view a chronological list of all their logged workouts.
- Workout …
-
1. Instead of having quotes on multiple lines, it is easier to use triple quotes.
2. You can use .mappings() to get the sql query as a dictionary. This makes it so that you can do query['workout_id']…
-
1. Normalization: Instead of storing the muscle_group and equipment directly in the workout table, you can separate these into distinct tables to handle relationships more efficiently (e.g., muscle_gr…