-
Notifications
You must be signed in to change notification settings - Fork 5
Meeting 17 02 2023
February 17th, 2023
- Iván Menéndez Mosegui
- David Martínez Castañón
- Guillermo Dylan Carvajal Aza
- Pelayo Reguera García
- Carlos Triana Fernández
Three settlements were reached over the course of the meeting.
• The persistence module of the application will consist of the usage of the SOLID Pods, where the information of the different places that a user can add will be stored in their individual Pod. The user will also be able to create public places inside his Pod to which other users will be able to access. In the same way and for the public places, we will store minimal information on a simple database (relational or non-relational). This information will allow us to load the needed information faster and to allow the application to be scalable.
• Inside a Pod there will be the owner’s public and private places and friends, being public only the public places. A list of information about the friend’s places will be generated in runtime with similar information as the one on the database.
• The user’s view of the application will consist of one or more maps where the user will be able to store different places. The user will have a first view of public places that will be able to add to his own private map.
- David: 6, 9 and part of 4.
- Ivan: 4 and 11.
- Guillermo: 5 and 10.
- Pelayo: 7 and 8.1.
- Carlos: 8.2 and forward and 9.
The team will have to meet on Wednesday with the documentation finished for delivering the first part of the project.