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

From a collection show top rated games for a given amount of players #9

Open
JDGiardino opened this issue Apr 9, 2022 · 1 comment
Assignees
Labels
Backend This will require modifying the backend Frontend This will require modifying the frontend User Story Business feature that will impact the User

Comments

@JDGiardino
Copy link
Owner

JDGiardino commented Apr 9, 2022

User Story :
As a User, I would like to be able to see from a game collection the top rated games for the given amount of players I have. For example, Aeons End can play up to 4 players but it actually has a higher rating for playing with 2 players.

Technical Details :
A more complex one might be showing games that was voted by the community the be best played with 2 players for example. Using Aeons end again as an example clicking Community: 1-4 - Best: 2 here https://boardgamegeek.com/boardgame/191189/aeons-end it shows some voting stats :
Screen Shot 2022-04-09 at 9 16 43 AM
which is also available in the API https://api.geekdo.com/xmlapi2/thing?id=191189. So doing best value divided by the total of votes for a number of players we can get the percentage. Aeons End for 2 players that would be the best (292) divided by the total (375) to get 77.9% rating for best played with 2 players.

Acceptance Criteria :

  • User can have a game collection displayed and organized by the top rated games for the given amount of players
@JDGiardino JDGiardino changed the title Feature Idea - Tab that searches for top rated games Tab that searches for top rated games Apr 9, 2022
@JDGiardino
Copy link
Owner Author

JDGiardino commented May 4, 2022

Maybe try maintaining a database/csv that grabs data once a day and can be queried by user at any time. Although this in itself might be a separate Github Issue (separate "Story")

@JDGiardino JDGiardino changed the title Tab that searches for top rated games From a collection show top rated games for a given amount of players Jun 8, 2022
@JDGiardino JDGiardino added Backend This will require modifying the backend Frontend This will require modifying the frontend User Story Business feature that will impact the User labels Jun 8, 2022
@JDGiardino JDGiardino self-assigned this Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend This will require modifying the backend Frontend This will require modifying the frontend User Story Business feature that will impact the User
Projects
None yet
Development

No branches or pull requests

1 participant