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(protocol-designer): mixpanel events pt2 redesign #16758

Open
wants to merge 5 commits into
base: edge
Choose a base branch
from

Conversation

jerader
Copy link
Collaborator

@jerader jerader commented Nov 12, 2024

closes AUTH-1017

Overview

Refactor the pipetting args and add an event in for formWarnings and formErrors

Test Plan and Hands on Testing

Review the code, i checked that it works in mixpanel correctly!

Changelog

  • add in event for formErrors and formWarnings
  • refactor pipetting args events

Risk assessment

low

@jerader jerader marked this pull request as ready for review November 13, 2024 15:19
@jerader jerader requested a review from a team as a code owner November 13, 2024 15:19
@@ -39,6 +50,19 @@ import type { SetFeatureFlagAction } from '../feature-flags/actions'
import type { CreatePipettesAction } from '../step-forms/actions'
import type { AnalyticsEventAction } from './actions'
import type { AnalyticsEvent } from './mixpanel'

const PIPETTING_ARGS_FILTER_LIST = [
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Collaborator Author

@jerader jerader Nov 13, 2024

Choose a reason for hiding this comment

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

it means we don't want to record the field values for some reason (or we want to rename it) - Felix decided on the list

@jerader jerader requested a review from koji November 14, 2024 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants