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

feature/pin-5843-add-mix-panel-events #1053

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

martinaCampoli
Copy link
Contributor

Added new mixPanel events:

  • INTEROP_CATALOG_SEARCH_KEYWORD
  • INTEROP_EXT_LINK_DTD_ESERVICE_GUIDE
  • INTEROP_EXT_LINK_DTD_API_CHECKER
  • INTEROP_ESERVICE_DOWNLOAD_REQUEST
  • INTEROP_ESERVICE_DOWNLOAD_RESPONSE_SUCCESS
  • INTEROP_ESERVICE_DOWNLOAD_RESPONSE_ERROR
  • INTEROP_ESERVICE_UPLOAD_REQUEST
  • INTEROP_ESERVICE_UPLOAD_RESPONSE_SUCCESS
  • INTEROP_ESERVICE_UPLOAD_RESPONSE_ERROR

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
51.9% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@ruggerocastagnola
Copy link
Contributor

Nota per noi stessi per il rientro: perché questa PR è ancora aperta, visto che è mergiata su 1.1.1?

@@ -12,6 +12,8 @@ import {
} from '@pagopa/interop-fe-commons'
import type { EServiceDescriptorState, GetEServicesCatalogParams } from '@/api/api.generatedTypes'
import { keepPreviousData, useQuery } from '@tanstack/react-query'
import { trackEvent } from '@/config/tracking'
import { debounce } from 'lodash'
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
import { debounce } from 'lodash'
import debounce from 'lodash/debounce'

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.

3 participants