Skip to content

Instantly share code, notes, and snippets.

@pm0u
Last active January 24, 2024 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pm0u/3211631eeb7f6caee3c646f1fc5f6089 to your computer and use it in GitHub Desktop.
Save pm0u/3211631eeb7f6caee3c646f1fc5f6089 to your computer and use it in GitHub Desktop.
User trial flow
flowchart TD
  A[User lands on map] -->|user has basic membership| B[user is directed through onboarding flow]
  B --> C[User is shown AS screen overlaying map]
  C -->|User declines AS| D[User is given trial]
  C -->|User accepts AS, leaves map. Page navigation| E[User is sent to purchase with membership selected]
  E -->|User completes purchase. Page navigation| F
  D -->|We are able to soft navigate| F[User is sent to a landing, map features updated]
  D -->|We are not able to soft navigate| G[User experiences a page navigation]
  G -->|Lands at same spot| F
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment