Skip to content

11th meeting: 2023 04 17

Mario Pérez edited this page Apr 17, 2023 · 2 revisions

Date: April, 17th 2023

👥 Participant list:

  • Sara María Ramírez Pérez
  • Silvia Suárez Prendes
  • Elías Llera García-Riaño (Remote)
  • Mario Pérez Fernández
  • Andrés Álvarez Murillo
  • Iván Vega García

🤝 Decisions

Deployment

  • We will create a virtual machine in AWS to do, by SSH, the deploy thus using CI/CD techniques.

General

  • We will use Mongoose in order to facilitate the object processing of the document based database

Reviews

  • The reviews will be stored in the MongoDB database together with a reference to the corresponding location and will have a specific endpoint.

Friends

  • Regarding the app's own friends, we will manage them the same as if they came from Solid POD (object with properties)

👍 Agreements

  • We will create a new branch to enable the friends functionality and test it before it becomes part of deployed app.
  • Sara and Silvia will develop the webapp tests and Iván and Mario will develop the RestAPI ones.

Work 💪

  • Mario reviewed the last bug about the React State loss and found that the bug does not happen on the Develop branch so the bug issue is solved. In addition, in the deployment part, we improved the GitHub Actions scripts so that it sends notifications to the Discord channel (which is where the meetings take place) specific to DevOps.
  • Elias worked investigating documentation about friend and a big that appeared on de deployment of the RestAPI's friends part.
  • Andrés worked on adding comments and show them. Also worked on the location details.
  • Iván investigated the connection methods with MongoDB and how to define the schemas to be able to start with the LoMap database