Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Meeting 21 02 2022

Noelia Iglesias Cuesta edited this page Feb 22, 2022 · 6 revisions

Date.

21/02/2022

Location.

Laboratory Class, University of Oviedo. (F2F)

Participant list (6/6).

  • Lorenzo La Rocca - UO292842
  • Álvaro Rodríguez González - UO277776
  • Pablo Lopez Amado - UO271580
  • Andrés Martínez Rodríguez - UO277915
  • Ángel Iglesias Préstamo - UO270534
  • Noelia Iglesias Cuesta - UO269652

Agreements about work assignment for next session (open issues).

For the next session we are going to correct all the issues related with the documentation:

  • Improve some information previously writen and fix any mistake.
  • Modify diagrams of section 5 and convert them into PlantUML. Building Block View #30

All the problems to be solved of the documentation are described here: First submission of the project #52.

Also, we are going to start the database and create it with the tables and entities needed for the application.

Review state of tasks from past meetings.

Today we had the first delivery of the project and the documentation we did was checked by the teacher. As a consequence, we find out some errors or bugs we have to fix in some sections of the documentation.

Besides some minor bugs we had a problem with the deployment of the documentation and it was not shown correctly but we fixed it by the end of the laboratory session.

Short description of decisions taken.

We decided that:

  • We are using Typescript as the backend programming language ADR #4 and Node.js as the server-side framework ADR #6
  • We have choosen Express as the RestApi. ADR #5
  • For creating any kind of diagram we will use the tool PlantUML. ADR #7
  • In order to connect our database to the main app, we are using Mongoose as the API. ADR #8
Clone this wiki locally