papermark
papermark copied to clipboard
Advanced analytics filtering
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 INclause 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.pipeto 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 is attempting to deploy a commit to the mftsio Team on Vercel.
A member of the Team first needs to authorize it.
@mfts, this PR is ready for review.
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.