-
Notifications
You must be signed in to change notification settings - Fork 1
8th meeting: 2023 03 13
- Sara María Ramírez Pérez
- Silvia Suárez Prendes
- Elías Llera García-Riaño
- Mario Pérez Fernández
- Andrés Álvarez Murillo
- Iván Vega García
##Workflow We need to keep focus on the focus on the functional part of the application. The application will change a lot these weeks and it makes no sense that we do the documentation now because we are atill taking decitions. Also, since we have a working proytotype, it would be good to keep the frontend of the application one step behind i.e we first work on the functional part of adding a location, and adding friends, and once it is done, the front end works on the presentation. This way that part of the team have something to work with.
We are going to update and work on the Wiki. We already have a page for the connections to the API, we want to also create one for the hooks provided in the webapp so that we can more clearly define the way our applpication communicates on the inside. It will also make it easier for pleople that are working on different parts.
Right know the pop up is a good idea. But we need to be careful not to put too much info on them or else the performance will be negatively affected and the screen will be too full of information, specially on mobile devices
We need to address the way the locations are stored in the database
- First approach: We have two location list, one is public and the other is private. The private folder contains all locations, when you decide to share one of these, it is copied and stored into the public folder. This public folder is also stored in the database for synchronization, this way when people comment or review a location you shared, you can see those things
- Second approach: We have our private list, and we have a "share" button. Once you press it, you copy the location and store the copy in the database. The downside of this approach is that, we would need to include some sort of flag to denote whether it is a shared location or not, and that means that we are not following the location convention completely. It is not really that important but it is something to note
- Keep focused on the functional part of the application
- Work more on the wiki and specially the minutes
- Work on Friends Functionality this week
- Keep the friends located in the database as a separate public list, for now
- Don't overfill the PopUps for the locations, if we show too much info it will be slow to show and the scree
- Elias will continue to working ont he restapi and how to implement the storage of friends
- Sra and Silvia will be working on the front end
- Andrés will be working on filters and interface components
- Mario and Iván will be working on the back end cretaing the hooks for friends