-
Notifications
You must be signed in to change notification settings - Fork 11
docs: extend user manual for statistics, nutrition, meals, and goals #48
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
base: master
Are you sure you want to change the base?
Conversation
docs/manual/goals.rst
Outdated
|
||
--------------- | ||
1. Go to **Nutrition -> Goals**. | ||
2. Click **Add goal** or **Edit goal** to modify existing targets. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there isn't a submenu "Goals" for the nutrition nor can you "add a goal"
docs/manual/goals.rst
Outdated
Adjusting macros | ||
|
||
---------------- | ||
- You can set total daily calories and desired percentages for each macronutritient. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not true, currently you need to enter a value in grams
docs/manual/goals.rst
Outdated
---------------- | ||
- You can set total daily calories and desired percentages for each macronutritient. | ||
- wger automatically calculates the gram values. | ||
- You can also set target ranges for weight or body fat if you track body metrics. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also no, we can't add targets for the custom measurements
docs/manual/meals.rst
Outdated
1. Go to **Nutrition -> Log**. | ||
2. Select the current date (or another day). | ||
3. Choose a meal. (e.g., breakfast, lunch). | ||
4. Add foods from the database or your saved custom items. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's not possible to log custom items. The closest would be the quick-log for the entire pre-defined meal
docs/manual/meals.rst
Outdated
Features | ||
-------- | ||
|
||
- You can reuse meals from your saved nutrition plans. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not possible
docs/manual/statistics.rst
Outdated
|
||
============================= | ||
|
||
wger automatically tracks your workouts and generates useful statistics over time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not really automatically, you still need to log the values yourself
docs/manual/statistics.rst
Outdated
|
||
-------------------- | ||
|
||
From the main dashboard, tap or click **Statistics** in the sidebar or the profile menu. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there's not a menu item "statistics" in the sidebar or the profile menu
docs/manual/statistics.rst
Outdated
* **Workout volume** - Total weight lifted over time(sum of weight* repos * sets). | ||
* **Repetitions** - Average repetitions per workout or per exercise. | ||
* **Body Weight** - Shows your logged body weight changes. | ||
* **Top exercises** - Displays which exercise you have performed most frequently. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this doesn't exist
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry but this is pretty useless, did you generate this with AI?
Related to wger-project/wger#2009
This PR expands the user manual to cover all major user-facing features beyond routines.
Added:
statistics.rst
- How to view and understand training statisticsnutrition.rst
- How to create and use nutrition plansmeals.rst
- How to log daily mealsgoals.rst
- How to set and adjust macronutrient goalsUpdated:
index.rst
- includes all new sections in table of contents