-
Notifications
You must be signed in to change notification settings - Fork 3
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
166152326 Allows comparison of members #24
166152326 Allows comparison of members #24
Conversation
24a2fd5
to
826e215
Compare
826e215
to
db33821
Compare
d133e79
to
da3bf0d
Compare
bba54af
to
dafd3a1
Compare
- Adds a means to compare weight data of 2 members - Assigns comparison functionality to gym manager [Delivers #166152326]
dafd3a1
to
aa344d4
Compare
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 works as expected. I can now compare the weights of two users successfully
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.
Good work with the comparison graphs. We can now visually compare two users.
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.
I was able to compare weight entries of two users graphically which can be helpful data. Nice work @justMuriithi
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.
works according to the task description
Title
This PR allows for the comparison of members' weight data
Description
When two users are training together it would be useful to see a comparison of some sorts. Two graphs showing the users' weight data gives a good visual impression of the comparison
Type of change
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
Breaking change (fix or feature that would cause existing functionality to not work as expected)
This change requires a documentation update
How Can This Be Manually Tested?
To be able to test the feature, check out the branch
story/166152326-comparison-of-members
and thenpython manage.py runserver
.Login as a gym manager
Navigate to the URL
http://127.0.0.1:8000/en/gym/<gym_id>/members
on your browserAcceptance Criteria:
Checklist:
PT stories
#166152326