papermark icon indicating copy to clipboard operation
papermark copied to clipboard

[enhance] Document reactions

Open ashrafchowdury opened this issue 2 years ago • 2 comments

Description

Problem

The current reaction feature is not that much useful:

  1. There is no UI available on the dashboard which can give a detailed overview of viewer reactions.
  2. It does not provide such information as whether the user reacted 'heart', 'money', or 'up'.
  3. A document viewer can give an infinite amount of reactions to the document.
  4. If a viewer opens multiple links to a single document, they can give multiple reactions to that document.

Solution --enhancement

  1. We need to add a new section to the dashboard that displays the viewer's reactions in detail.
  2. We have to show which reaction the viewer had reacted.
  3. A viewer can give only 4 reactions to a document
  4. We need to track viewer reactions using document-id instead of link-view-id to avoid getting reactions from a viewer multiple times we have to get reactions based on the document instead of links

UI Preview

Trigger the detailed viewer reaction model UI image

Detailed viewer reactions UI

image

ashrafchowdury avatar Feb 25 '24 08:02 ashrafchowdury

I would like to work on this issue if it gets approved, @mfts 🙌

ashrafchowdury avatar Feb 25 '24 08:02 ashrafchowdury

@ashrafchowdury what would be cool is adding the reactions on the analytics graph. This way we can see which reactions were given per page

mfts avatar Mar 17 '24 06:03 mfts