-
Notifications
You must be signed in to change notification settings - Fork 0
Minute 14 03 2025
Start time: 10:00, 14/03/2025 End time: 10:40, 14/03/2025
Organization of needs between the front and backend team's representatives, clearing the design to ease meeting the project's timeline and ease maintainability.
- Miguel Álvarez Hernández ([email protected])
- Javier Carrasco Arango ([email protected])
Decided that to ease the system's performance, the questions will be retrieved by id in batches of 5 (customizable). The system is expected to work in the same way, an independent module creates from wikidata questions and stores them in a database, and the game service will obtain via an api call the batch of questions for the game based on some parameters (number of questions, type of questions). This call is expected to ocurr several times and end the session in a post method to save the results, the game ocurring basically on the frontend. (the logic is a simple set of counters and an equals, for now is manageable there).
implement the rest of the frontend's views and the backend's api to enable a simple game prototype.