-
Notifications
You must be signed in to change notification settings - Fork 26
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 story - 2nd group, good match predictions #62
Comments
[Feature] Statistics display Persona: A person who wants to make football bets. As the persona above, matches with good coefficients so that I can make more profitable bets. |
[Task] To show a list of matches with a good coefficient
|
[Task] To allow the user to choose the desired matches
|
[Task] To show previous profitable matches first in the list
|
First user story:
As a person who makes football bets, I want to see matches with good coefficients so that I will make bets that are more profitable.
• To show a list of matches with a good coefficient
• To give the user the opportunity to choose the desired matches
• To show previous profitable matches first in the list
Second user story:
As a person who makes football bets, I want to see a combination of matches with low coefficients so that the overall sum of the coefficient is high.
• To combine matches with low coefficient so that they have a high coefficient sum
• To display those combinations in descending order
• To give the user the opportunity to choose the desired combinations
Third user story:
As a person who makes football bets, I want to see a prediction of match stats so that I can make efficient bets.
• To show a list of match stats (goals, offside, etc.) with a good coefficient
• To show if a certain player (that scores a lot of goals) is going to play
• To give the user the opportunity to choose the desired combinations
The text was updated successfully, but these errors were encountered: