Skip to content
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

user shall be able to see the progress of the target weight goal #35

Open
muatik opened this issue Nov 22, 2016 · 0 comments
Open

user shall be able to see the progress of the target weight goal #35

muatik opened this issue Nov 22, 2016 · 0 comments

Comments

@muatik
Copy link
Owner

muatik commented Nov 22, 2016

If the target weight goal is activated(#34), user shall be able to see his or her progress.

The progress should show what percentage of the goal has been met so far.

progress = 100 - [abs(current weight - target weight) * 100 / abs(target weight - initial weight) ]
progress = {progress if progress >=0 else 0}

The progress report should also include remaining amount of weight(kg) to lose in order to achieve the goal besides the progress shown as a percentage.

6.3.3. https://docs.google.com/document/d/1JM05Z4752BKu_EsHfXURPDfS_2sqV1slaiLKKQlkuWk/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant