-
Notifications
You must be signed in to change notification settings - Fork 0
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
#54 - [Game Service] Question generator and retriever #56
Conversation
…repeated cities are created
…tion and the amount of questions. Query yet to be improved.
… remove old question fetcher and retriever files
…nclude User-Agent header for fetch requests
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.
The service retrieves the whole set of questions of the DB. It should be configurable.
…r number of questions and options
…n retrieval route
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.
Now everything's nice, even though you forgot to make the parameters optional, I fixed it for you 👵 ⛷️ 🥇
|
I am opening this pull request in order to have feedback about the implementation of the game retriever, issue #54 , created by @carlosfernandezmartinez. This feedback is important before merging the changes to the master branch.
In this link you can find the game service package, where you can find all the classes implemented for this issue (there are also some classes of issue #53). My classes are:
RouterQuestionRetriever
Server
Disclaimer
To check the behavior please read the comments on issue #54