Skip to content

Report MAU, not just "quarterly active users"#4827

Draft
taylordowns2000 wants to merge 3 commits into
mainfrom
mau-metric
Draft

Report MAU, not just "quarterly active users"#4827
taylordowns2000 wants to merge 3 commits into
mainfrom
mau-metric

Conversation

@taylordowns2000
Copy link
Copy Markdown
Member

@taylordowns2000 taylordowns2000 commented Jun 2, 2026

Description

This PR adds tracking for monthly active users to close #4826 .

To be merged after OpenFn/impact-tracker#16

Validation steps

  1. (How can a reviewer validate your work?)

Additional notes for the reviewer

  1. (Is there anything else the reviewer should know or look out for?)

AI Usage

Please disclose whether you've used AI anywhere in this PR (it's cool, we just
want to know!):

  • I have used Claude Code
  • I have used another model
  • I have not used AI

You can read more details in our
Responsible AI Policy

Pre-submission checklist

  • I have performed an AI review of my code (we recommend using /review
    with Claude Code)
  • I have implemented and tested all related authorization policies.
    (e.g., :owner, :admin, :editor, :viewer)
  • I have updated the changelog.
  • I have ticked a box in "AI usage" in this PR

@github-project-automation github-project-automation Bot moved this to New Issues in Core Jun 2, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.3%. Comparing base (c1bc757) to head (0f29c10).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #4827   +/-   ##
=====================================
  Coverage   90.3%   90.3%           
=====================================
  Files        444     444           
  Lines      22577   22582    +5     
=====================================
+ Hits       20388   20393    +5     
  Misses      2189    2189           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

stuartc added 2 commits June 4, 2026 11:45
Document the new monthly-active-users metric in the changelog and add a
project-level assertion covering a user active within the trailing 30-day
window (complementing the existing zero-boundary test).
Copy link
Copy Markdown
Member

@stuartc stuartc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, added a test and updated that changelog, but will hold off merging until the v3 support is live.

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

Labels

None yet

Projects

Status: New Issues

Development

Successfully merging this pull request may close these issues.

Track monthly active user (MAU) count

2 participants