arugyani / shopIQ

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

frontend: fix redux #64

Open arugyani opened 2 months ago

arugyani commented 2 months ago

Fix Redux

Consolidate redux implementations for frontend.

prajwalpkn commented 2 months ago

Rewrote the redux implementation to handle questions and products being part of the historySlice. Integration with the product feature left (@arugyani). The code was pushed to the multiple-choice frontend branch.

prajwalpkn commented 2 months ago

The code for the redux fix was merged to branch 64-frontend-fix-redux. I rewrote the selector for products and questions and integrated them.

Next steps: Call the Async Functions to fetch products after all questions have been answered.

Image