BACKEND
- hardcoded url in prometheus.yml
- hardcoded ip in graphana dashboard.yml
- Reescribir loadAnswer query (requiere guardar las preguntas para los juegos)

- Por azares del destino el sonarcloud que se usa no considera a lombok como usar las propiedades asi que aƱadimos suppress warnings as reported in:

False positive with Lombok and @Data : Unused "private" fields should be removed

- Questions are tied to the game entities by means of relational tables via id, which makes it difficult to update if they change
FRONTEND
- JWT handling could be improved
- Usage of React (change to Vue.js)
QUESTION GENERATOR
- Extract queries to external file
- Refactor code for lighter classes
- Save questions in a NoSQL DB, preferably in a graph based one like Neo4j to keep the relations between the different nodes. It would also allow us to take better advantage of RDF.