-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Hundred Year Plan Site Picker: Replace presales-chat with Help Center #99100
base: trunk
Are you sure you want to change the base?
Hundred Year Plan Site Picker: Replace presales-chat with Help Center #99100
Conversation
Jetpack Cloud live (direct link)
Automattic for Agencies live (direct link)
|
This PR does not affect the size of JS and CSS bundles shipped to the user's browser. Generated by performance advisor bot at iscalypsofastyet.com. |
Changing the approach here since I confirmed we want to default to the Help Center experience instead of the Zendesk Widget: p1738252192081029-slack-C07D72S1135 |
9d81fec
to
b6534e5
Compare
|
||
const openHelpCenter = () => { | ||
recordTracksEvent( 'calypso_hundred_year_plan_help_click' ); | ||
setNavigateToRoute( '/odie?provider=zendesk' ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to know if this is the best way to skip the bot.
This PR modifies the release build for the following Calypso Apps: For info about this notification, see here: PCYsg-OT6-p2
To test WordPress.com changes, run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works great. Remember that you can add &userFieldMessage=${ message }&siteUrl=${ siteUrl }&siteId=${ siteId }
as info to the '/odie?provider=zendesk' to pass more info to Happiness Engineers.
Related to https://github.com/Automattic/martech/issues/3670
Proposed Changes
Remove
calypso/lib/presales-chat
in favor ofHelpCenter
. It follows the same implementation as /help:https://github.com/Automattic/wp-calypso/blob/24a703ea71a4c0eac2cce908e9ef861b363f934c/client/me/help/help-contact-us-header.tsx
To skip the bot/AI I used as reference:
https://github.com/Automattic/wp-calypso/blob/24a703ea71a4c0eac2cce908e9ef861b363f934c/client/me/help/help-contact-us-header.tsx
But I would love help on this approach.
Things that I would like feedback on how to implement
Why are these changes being made?
In its current state, the 'Need help? Contact Us' chat button is not working. The best experience is to use Help Center:
p1738252192081029-slack-C07D72S1135
Testing Instructions
Pre-merge Checklist