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

use pick amount in graph #35

Open
durkie opened this issue Jun 29, 2016 · 3 comments
Open

use pick amount in graph #35

durkie opened this issue Jun 29, 2016 · 3 comments

Comments

@durkie
Copy link
Collaborator

durkie commented Jun 29, 2016

this is the same kind of issue that we talked about before, but how about if someone has picked fruit from a tree and it's marked as "on-time", then it gets treated as a 5-star value in the graph, and anything else (early/late) gets treated as a 4 star?

image

We have 3 on-time picks -- the graph should just assume that they're 5 star. Also there's a unit error on the graph the unit should be lbs. not grams (how it says we donated 60g but it should be 60lbs).

@ThePlushEater
Copy link

You mean the picked up time override the star points that users put? So even though users put 0 star on the rating, if they put picked up information of "Late", it shows as 4 stars on the graph?

@durkie
Copy link
Collaborator Author

durkie commented Jun 29, 2016

The time of the pick should override the star points because the stars are just a guess but the reported pick time is real. Stars might not be the right unit for the Y-axis of the graph because of this..

@ThePlushEater
Copy link

So there is no need to put the star points for pick up data? And should I also override the star points in the database for pick up?

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

No branches or pull requests

2 participants