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

fix: realtime user analytics #5129

Merged
merged 3 commits into from
Jul 2, 2024
Merged

Conversation

vsrivatsa-juspay
Copy link
Contributor

@vsrivatsa-juspay vsrivatsa-juspay commented Jun 26, 2024

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

Included dashboard feature flag for live customers count on checkout, added where clause on flow_type in active_payments analytics

Additional Changes

  • This PR modifies the API contract
  • This PR modifies the database schema
  • This PR modifies application configuration/environment variables

Motivation and Context

How did you test it?

Test cases covered here

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed the submitted code
  • I added unit tests for my changes where possible

@vsrivatsa-juspay vsrivatsa-juspay requested review from a team as code owners June 26, 2024 13:00
…kout, added where clause on flow_type in active_payments analytics
@vsrivatsa-juspay vsrivatsa-juspay linked an issue Jun 26, 2024 that may be closed by this pull request
@vsrivatsa-juspay vsrivatsa-juspay linked an issue Jun 26, 2024 that may be closed by this pull request
@vsrivatsa-juspay vsrivatsa-juspay self-assigned this Jun 26, 2024
@vsrivatsa-juspay vsrivatsa-juspay added the C-bug Category: Bug label Jun 26, 2024
lsampras
lsampras previously approved these changes Jun 27, 2024
@likhinbopanna likhinbopanna added this pull request to the merge queue Jul 2, 2024
Merged via the queue into main with commit 5d86002 Jul 2, 2024
11 checks passed
@likhinbopanna likhinbopanna deleted the feat/realtime_user_analytics branch July 2, 2024 10:36
pixincreate added a commit that referenced this pull request Jul 3, 2024
…ror-handling-in-cypress

* 'main' of github.com:juspay/hyperswitch:
  fix: realtime user analytics (#5129)
  refactor: use hashmap deserializer for generic_link options (#5157)
  refactor(router): changed payment method token TTL to api contract based config from const value (#5115)
  feat(router): collect billing details from wallet connector based on the `collect_billing_details_from_wallet_connector` field (#5065)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: Bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add vector service to accept events from SDK
4 participants