Arquisoft / lomap_en1b

LoMap Software architecture group en1b course 2022_23
http://lomap.mariopdev.com
1 stars 1 forks source link

Connecting reviews service to view #101

Closed Elias-Llera closed 1 year ago

Elias-Llera commented 1 year ago

Both the service and the view are implemented, we need to put them together

MarioP-Dev commented 1 year ago

We cannot use the fetch API on ReviewsService to transform base64 images into blob images as the NodeJS version required to use the inrupt solid package is v16 and the Fetch API is in experimental version on v18

Elias-Llera commented 1 year ago

In order to solve the issue, we are going to store the image as a different RDF rerource in the pod, not as a file. That way the RDF resource will have the encoded image and will be decoded only in the client.