Skip to content

fix: health score retention#3932

Open
gaspergrom wants to merge 1 commit intomainfrom
fix/health-score-retention
Open

fix: health score retention#3932
gaspergrom wants to merge 1 commit intomainfrom
fix/health-score-retention

Conversation

@gaspergrom
Copy link
Contributor

@gaspergrom gaspergrom commented Mar 19, 2026

Note

Medium Risk
Changes the core query logic used to compute retention health score by excluding activities not in activityTypes_filtered, which can shift reported retention rates. Risk is moderate because it affects analytics outputs but does not touch security or data writes.

Overview
Updates health_score_retention.pipe to filter both current- and previous-quarter member cohorts by allowed (type, platform) pairs from activityTypes_filtered (in both the project-scoped and union datasource branches).

This makes the retention health score consistent with other activity-based metrics by excluding disallowed activity types/platforms from the retained-member calculations.

Written by Cursor Bugbot for commit da10c25. This will update automatically on new commits. Configure here.

Signed-off-by: Gašper Grom <gasper.grom@gmail.com>
@gaspergrom gaspergrom requested review from Copilot and joanagmaia and removed request for Copilot March 19, 2026 09:44
@github-actions
Copy link
Contributor

⚠️ Jira Issue Key Missing

Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability.

Example:

  • feat: add user authentication (CM-123)
  • feat: add user authentication (IN-123)

Projects:

  • CM: Community Data Platform
  • IN: Insights

Please add a Jira issue key to your PR title.

2 similar comments
@github-actions
Copy link
Contributor

⚠️ Jira Issue Key Missing

Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability.

Example:

  • feat: add user authentication (CM-123)
  • feat: add user authentication (IN-123)

Projects:

  • CM: Community Data Platform
  • IN: Insights

Please add a Jira issue key to your PR title.

@github-actions
Copy link
Contributor

⚠️ Jira Issue Key Missing

Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability.

Example:

  • feat: add user authentication (CM-123)
  • feat: add user authentication (IN-123)

Projects:

  • CM: Community Data Platform
  • IN: Insights

Please add a Jira issue key to your PR title.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants