Skip to content

Minute 14 03 2025

Javier Carrasco Arango edited this page Mar 14, 2025 · 1 revision

Off hours meeting, whatsapp call.

Start time: 10:00, 14/03/2025 End time: 10:40, 14/03/2025

Topics

Organization of needs between the front and backend team's representatives, clearing the design to ease meeting the project's timeline and ease maintainability.

Participants:

Discussions:

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).

To do:

implement the rest of the frontend's views and the backend's api to enable a simple game prototype.