-
-
Notifications
You must be signed in to change notification settings - Fork 584
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
Add filter possibility for body weight chart #1696
Comments
Hi, can i work on this ? |
This issue is addressed by #1808 and wger-project/react#988. |
one approach i added into the flutter app is to make it density aware. however, this means you first get all entries, and then filter them. (which i think is a valid tradeoff. much better to present a useful visualization to the user than it is trying to optimize api calls that don't need optimizing) another useful approach IMHO (and what i also implemented in the weight view of flutter) is go by whatever is the date range of the currently active nutrition plan. i think these two techniques are more pragmatic and relevant than predefined ranges that don't have a particular meaning to the user. |
that's a good idea, I've opened a new issue for the "smarter" charts (but let's keep this one since it's an improvement over the current state) |
At the moment the body weight chart shows all the entries, which can be a lot if they were imported. We should only show the last year (?), and provide some toggle buttons to show all / last year / last six months (or other useful ranges)
The text was updated successfully, but these errors were encountered: