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

feat(analytics): Add card network filter #6087

Merged
merged 3 commits into from
Sep 26, 2024
Merged

Conversation

lsampras
Copy link
Member

@lsampras lsampras commented Sep 25, 2024

Type of Change

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

Description

  • Add card network analytics filter in payment 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?

image

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

@lsampras lsampras added C-feature Category: Feature request or enhancement A-Analytics labels Sep 25, 2024
@lsampras lsampras self-assigned this Sep 25, 2024
@lsampras lsampras requested a review from a team as a code owner September 25, 2024 20:51
Copy link

semanticdiff-com bot commented Sep 25, 2024

Review changes with SemanticDiff.

Analyzed 6 of 6 files.

Overall, the semantic diff is 17% smaller than the GitHub diff.

Filename Status
✔️ crates/api_models/src/analytics/payments.rs 47.7% smaller
✔️ crates/analytics/src/opensearch.rs 65.0% smaller
✔️ crates/analytics/src/sqlx.rs Analyzed
✔️ crates/analytics/src/payments/core.rs Analyzed
✔️ crates/analytics/src/payments/filters.rs Analyzed
✔️ crates/analytics/src/payments/types.rs Analyzed

@lsampras lsampras linked an issue Sep 25, 2024 that may be closed by this pull request
@likhinbopanna likhinbopanna added this pull request to the merge queue Sep 26, 2024
Merged via the queue into main with commit 8049993 Sep 26, 2024
20 checks passed
@likhinbopanna likhinbopanna deleted the add_card_network_filter branch September 26, 2024 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Analytics C-feature Category: Feature request or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(analytics): add card network feature
4 participants