arugyani / shopIQ

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

backend: getFilterResponses->sendRecommendationsDummyData #44

Closed divyamk closed 2 months ago

divyamk commented 3 months ago

Req: get the json for the filter responses Res: Send dummy data for recommendations (issue #27)

arugyani commented 2 months ago

Update

Added controller and service for recommendations route. Based on separate ticket #47, I think it would be smart to revise the format of the JSON we are getting from the product scraper to make things more consistent.

Here's a suggestion of what I think would be best/easiest to work with.

[
    {
            "title": "",
            "imageLink": "",
            "bullets": [],
            "description": "",
            "reviews": [],
            "price": "",
            "reviewScore": 4.6,
            "numReviews": "17,924 reviews"
        },
  ...
]
arugyani commented 2 months ago

Notes