sweepai-dev / posthog

🦔 PostHog provides open-source product analytics, session recording, feature flagging and a/b testing that you can self-host.
https://posthog.com
Other
0 stars 0 forks source link

Add percentage display to stickiness results #15

Open sweep-ai[bot] opened 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR adds the ability to display stickiness results as percentages in addition to the current absolute count. It includes changes to both the backend and frontend code.

Backend Changes

Frontend Changes

Summary

This PR addresses the feature request to show stickiness as a percentage in addition to the absolute count. It includes changes to both the backend and frontend code to calculate and display the percentage data. These changes enhance the usability of the stickiness results by providing a more comprehensive view of the data.

Fixes #13.

To checkout this PR branch, run the following command in your terminal:

git checkout sweep/feature/percentage-stickiness