day-cohort-70 / Bangazon-API-BandyChamps

0 stars 0 forks source link

Bug: 500 error when recommending a product #65

Open samsheps opened 1 month ago

samsheps commented 1 month ago

Current behavior: clicking through the "Recommend a Product" choreography results in a 500 error

Expected behavior: recommending a product to another user yields an added product to the "bangazonapi_recommendation" table and is visible in a user's profile as a "Products you've recommended"; that product is also available in the "Products recommended to you" field for the user to whom the product is recommended.

samsheps commented 1 month ago

As of Friday, 7/12 EOD: recommending a product adds a line to the recommendations DB but does not appear on the users' profiles (as "Products you've recommended" or "Products recommended to you")