Minutes for the 04 02 2024 meeting - Arquisoft/wiq_en2b GitHub Wiki

Participants

All members of the team were present for the meeting.

Review from the last meeting

We've been researching SPARQL and how to apply it to the project. We decided to use PostgreSQL as the relational database.

Issues discussed

The Lab Assignment was read.

Closing issues

We were closing the issue #1.

Wiki

We edited the Home page of the wiki. Contributors were added, along with a link to the team's Notion page: https://towering-glove-26e.notion.site/ASW-052c253414ee4895afbe08b7ef943106?pvs=4

Node.js to Java Spring boot

Discussion took place on transitioning the entire Node.js part of the project to Java Spring Boot. The feasibility of using Java Spring Boot instead of Node.js was also considered.

Sign up and Log in

We were looking at how to implement project authentication with Spring Boot. During sign up, the user will be asked for their name, email, and password. When logging in, the user will be prompted for their email and password. The email and name will be unique for each user of the application.

Creating new issues

A new issue (#12) was created to discuss the types of templates that will be used in the application to create questions. Another second issue (#11) was created to discuss the SPARQL technology to be used in the project.

SPARQL

Discussion on how to use SPARQL with Java Spring Boot and control the response time of the queries done. The use of the Jena SPARQL API project was discussed, which offers a library providing access to SPARQL queries.

Issues that remain open