Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter the new users count to not include future days #1575

Merged
merged 2 commits into from
Dec 24, 2024

Conversation

ernstmul
Copy link
Contributor

What does this PR do?

Before:
image

After:
image

Usage data comes from the API as newly added users per day. The graph is being built by subtracting these newly added users from the total amount. The API returns future dates (with 0 new users added on those day, because they are in the future). So the graph showed days in the future. This is now fixed!

Have you read the Contributing Guidelines on issues?

@ernstmul ernstmul requested a review from ItzNotABug December 20, 2024 12:45

Verified

This commit was signed with the committer’s verified signature.
targos Michaël Zasso
@ernstmul ernstmul merged commit de71e2a into main Dec 24, 2024
2 checks passed
@ernstmul ernstmul deleted the fix-user-usage-graph-going-into-future branch January 6, 2025 08:54
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.

None yet

2 participants