Add user conversion dataset and improve category filtering in sales dataset #16
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
Added a new user behavior model and dataset to track conversion events and rates, enabling detailed analysis of user conversion patterns. Improved the sales dataset with filtering logic to exclude categories without sales in the last 2 years, enhancing dashboard usability by focusing on relevant categories.
Changes
chinh_23949capturing user events and orders to represent conversion behaviorchinh_23949_datasetwith conversion metrics includingconversion_rate,nominator, anddenominatorto measure user conversion effectivenessticket_23584dataset:amount_per_product_ordered_within_2_yearsto calculate sales amount per category in last 2 yearsactive_categorydimension to filter out categories with zero sales in last 2 years for cleaner category filtering on dashboardschinh_test_tableand updatedchinh_sandboxdashboard to use tab layout for improved organization and include the new test table blockchinh_templateandderived_chinh_templatefor easy dashboard creation and extensionThese changes improve analytical capabilities around user conversion and enhance user experience in sales dashboards by removing irrelevant categories.
Holistics
Review this PR in Holistics at: https://testing4.holistics.io/studio/projects/30434/explore?branch=chinh-dm-dev
Holistics will automatically deploy these changes when this PR is merged. For more information about the deployment process, see PR Deployment