papermark icon indicating copy to clipboard operation
papermark copied to clipboard

Advanced analytics filtering

Open vndpal opened this issue 2 years ago • 3 comments

Feature request: Disable individual visits from total document / link statistics https://github.com/mfts/papermark/issues/96

  • Added dropdowns to allow users to either deselect individual visits/links so that they can see the chart without counting the de-selected views/links
  • Filtering the from the Tinybird SQL using NOT IN clause as we are expecting that our users will usually de-select views that are distorting the chart with incorrect data.
  • Since I have modified the existing pipe with version number 2, we will have to run tb push lib\tinybird\endpoints\get_total_average_page_duration.pipe to push the data to tinybird server. I noticed it takes a few minutes to reflect the changes after pushing.

Closed the old PR #123 and raised this PR as the old branch became stale with many conflicts.

vndpal avatar Nov 18 '23 15:11 vndpal

@vndpal is attempting to deploy a commit to the mftsio Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Nov 18 '23 15:11 vercel[bot]

@mfts, this PR is ready for review.

vndpal avatar Dec 13 '23 07:12 vndpal

We just implemented a way to filter "internal visitors" with #318. You solution is more complete however, I'd like to use react-table for filtering the analytics straight for the visitors and links tables.

mfts avatar Feb 28 '24 09:02 mfts