dguglielmi-git / innovandoliving

InnovandoLiving - NextJS Ecommerce - Official Website
2 stars 0 forks source link

Carousel Refactor #27

Open dguglielmi-git opened 1 year ago

dguglielmi-git commented 1 year ago

The Carousel component is receiving the list of screenshots, but this is an Array of ObjectIds, this must to change to an Array of urls.

That being said, we need to modify the data we pass to and within this component, instead of reading screenshot.url, it should iterate the array of screenshot and use that as source for the images to render.


Task assigned to update the backlog: Backend Migration - Carousel Refactor Backend