-
Notifications
You must be signed in to change notification settings - Fork 0
Minutes for the 04 02 2024 meeting
All members of the team were present for the meeting.
We've been researching SPARQL and how to apply it to the project. We decided to use PostgreSQL as the relational database.
The Lab Assignment was read.
We were closing the issue #1.
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
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.
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.
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.
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.