Arquisoft / lomap_en3b

LoMap Software architecture group en3b course 2022_23
https://arquisoft.github.io/lomap_en3b
6 stars 0 forks source link

Friends locations proper rendering #71

Closed Manuhcuartas closed 1 year ago

Manuhcuartas commented 1 year ago

I finally managed to make it work, the way it is done is the following:

  1. Everytime a new user enters the application and the LoMap folder is created (The one we use in order to manage all the data related with the application). It creates an empty locations.ttl file where all the locations should be stored.
  2. Once the folder and the file are both created it sets the permissions to append and read to all the friends in the SOLID friends list of the user.
  3. Once all the before commented is set up, everytime the friends of such user login in the application they should be able to see their friends added locations without a problem.
FdezAriasSara commented 1 year ago

I deleted the duplicate of writeLocations method in my local copy and it did run

the thing is, my locations are not loading( nor are manus, which is my pod friend)

im assuming this is because the new folder structure?? @Manuhcuartas
Everything else seems to be working..

https://user-images.githubusercontent.com/79209608/233859280-98ad61b9-5e12-4d4e-ad9a-ed24257c6dde.mp4

EDIT: Is totally because of that, sorry image

I Will rearrange my locations to the new folder and check that we are friends ,and i'll try again