-
Notifications
You must be signed in to change notification settings - Fork 1
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
Store question service #50
Conversation
…iq_es6c into storeQuestionService
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.
Quedó la revisión a medias, continuo después
Co-authored-by: Abel <114153419+AbelMH1@users.noreply.github.com>
Co-authored-by: Abel <114153419+AbelMH1@users.noreply.github.com>
Co-authored-by: Abel <114153419+AbelMH1@users.noreply.github.com>
Co-authored-by: Abel <114153419+AbelMH1@users.noreply.github.com>
Co-authored-by: Abel <114153419+AbelMH1@users.noreply.github.com>
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.
Falta eliminar el main y corregir pequeños errores que quedaron sin resolver
Co-authored-by: Abel <114153419+AbelMH1@users.noreply.github.com>
Co-authored-by: Abel <114153419+AbelMH1@users.noreply.github.com>
Co-authored-by: Abel <114153419+AbelMH1@users.noreply.github.com>
Co-authored-by: Abel <114153419+AbelMH1@users.noreply.github.com>
Quality Gate passedIssues Measures |
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.
Creo que el endpoint POST /history/question
no es necesario dentro del fichero gateway-service.js puesto que desde la webapp solo se va a llamar al GET /history/questions
. El resto parece estar ya todo perfecto.
Mock is commented so no questions are being shown. We might need to uncomment it in a future if we store no questions.