-
Notifications
You must be signed in to change notification settings - Fork 1
Improve plans, add supports for upcomings purchasable plans and add a direct link to UserPilot (skipping Segment) #1423
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix: update plan status handling and improve payment status translations fix: correct URL paths for payment success and failure redirection fix: add translations for purchasable plan introduction card feat: add checkout endpoint and update plan status type
…tax and add caching for node_modules
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…s for nonce and login actions
Add payment processing features and enhance plan status handling
Implement Userpilot analytics plugin and remove Segment plugin
UN-1727 login error handling
chore(actions): update workflow files to standardize node version syntax and add caching for node_modules
…pagina-UNGUESS-JOIN Add robots.txt and enhance meta tags for JoinPage
…rs and update search params on tab change
…oin-e-login Un 1736 ug react collegare join e login
UN-1745: update plan page labels for clarity
…per-la-navigazione-del-plan Un 1762 unguess query param per la navigazione del plan
…rapper prop naming fix: correct roleSelectRef usage in Step2 component cleanup: remove commented-out warning suppression code from test fixtures
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several improvements and new features, primarily focused on analytics integration, Stripe checkout and payment API support, and minor UI and workflow enhancements. The most significant changes are the replacement of the Segment analytics plugin with Userpilot, the addition of new endpoints and types for Stripe checkout flows, and optimizations to CI workflows and UI components.
Analytics Integration:
src/common/analytics-plugins/userpilot.tsand updates to initialization and event tracking logic insrc/analytics.tsandsrc/common/Track.tsx. [1] [2] [3] [4] [5] [6] [7]Stripe Checkout and Payment API Support:
/buy,/checkout, and/plans/{pid}/checkoutItem, along with related operation types and status enums insrc/common/schema.ts. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]src/features/api/index.ts. [1] [2]Continuous Integration Workflow Improvements:
node_modulesin both E2E and push workflows to speed up CI runs. [1] [2] [3]UI and Component Updates:
@appquality/unguess-design-systemto version4.0.49and added theuserpilotpackage to dependencies inpackage.json. [1] [2]Miscellaneous:
Let me know if you want to dive deeper into any of these areas!