haystack-website icon indicating copy to clipboard operation
haystack-website copied to clipboard

Thumbs Up Thumbs Down for the Page

Open brandenchan opened this issue 2 years ago • 1 comments

  • Some feedback mechanism so that users can either upvote or downvote a page if it is helpful or not
  • We should have this saved somewhere where we can see the results and assess which pages need the most attention

brandenchan avatar Apr 20 '22 14:04 brandenchan

@brandenchan do you have the infrastructure for this already? I think e.g. an on-demand DynamoDB instance could be a good fit for the job here. I can create a simple API endpoint within the Next project to handle this behaviour and display it if you can get me access to a Dynamo instance or we could create a small Lambda on AWS that handles that. Authorization-wise I'd prefer the latter approach. On the frontend this is a matter of ~2-4h.

fstau avatar Apr 27 '22 06:04 fstau