Wdd430-Team-7 / Group_Project

0 stars 0 forks source link

Refactor Products by Category #67

Closed sunseehray closed 8 months ago

sunseehray commented 8 months ago

Not sure if it's just the local, but I think the products by category needs to be refactored so it updates with the products that has been added in the add product form in the seller's dashboard. For now, the dashboard products get updated. But the public view is showing only what was loaded before in my local. Probably because of caching. Lourenco's artist page updates the products every time. So maybe base it on how he did it there. Use the await function inside the page so it is always getting the latest info.

Image

Image