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

GetProfile API Endpoint should also give some basic game stats for the user #3

Open
therewillbecode opened this issue Aug 9, 2019 · 0 comments
Labels
back end enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@therewillbecode
Copy link
Owner

therewillbecode commented Aug 9, 2019

The type representing the Servant API endpoint for getting the User's Profile is here

The API Endpoint handler for fetching a user's profile is here

It would be a good idea to add some basic game stats such as Hands played, total profit/loss over career, Big Blind win rate etc. This way players can have more insight into how they are playing.

You will of course need to add new record fields to the UserProfile type.

@therewillbecode therewillbecode added enhancement New feature or request help wanted Extra attention is needed labels Aug 9, 2019
@therewillbecode therewillbecode changed the title Improve GetProfile Servant API Endpoint with Basic Stats GetProfile API Endpoint should also give some basic game stats for the user Aug 9, 2019
@therewillbecode therewillbecode added the good first issue Good for newcomers label May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back end enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant