arugyani / shopIQ

LLM powered high-consideration research tool for UTD senior project
1 stars 0 forks source link

71 frontend pro con chart #89

Closed arugyani closed 2 months ago

arugyani commented 2 months ago

This pull-request finishes the selected product feature by implementing a pro/con list, extra styles, and integration with the recommendations API.

image

Closes #71

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
shop-iq ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 21, 2024 7:31pm
arugyani commented 2 months ago

Below is an updated image of the UI for this feature. It does include the bullets (although I am noticing an issue where the bullets are fairly limited in their content. Have sent a message to the backend team about this already)

image
prajwalpkn commented 2 months ago

The search api is failing not sure if this is a frontend or backend issue.

prajwalpkn commented 2 months ago

Checked the main frontend deployment, search works there. Believe there is a bug somewhere in this branch.

prajwalpkn commented 2 months ago

Found out its because of using localhost as the backend as the deployed version doesn't work yet for recommendations.

prajwalpkn commented 2 months ago

The back button and label seems to have been moved from above the image to the left of the image. It looks better above the image as there is not such a big vertical gap. This is more of a design choice than a functionality issue. image

prajwalpkn commented 2 months ago

The labels of the pro con chart also look different than the figma. It might be the font weight or size

arugyani commented 2 months ago

Checked the main frontend deployment, search works there. Believe there is a bug somewhere in this branch.

Since the backend deployment is not working for recommendations I've switched API routes in useFetch.ts to request from a locally running backend at localhost:3000