-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Redirect new users to /new #5071
Comments
I think this is a good idea. |
/schedule |
@JanKoehnlein: Issue scheduled in the meta team (WIP: 0) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Notes from design discussion with @gtsiolis 🙏
|
A previewable website PR from gitpod-io/website#1140 with adjusted CTA flow to dashboard /new is now available at |
@gtsiolis - I added an alternative strategy (B) for how to do this to the original post above. Is that how were thinking it would work, when you first wrote the issue? |
@jldec yes, the initial goal of this issue was to propose redirecting to However, there's a separate issue where we could visually distinguish sign in and sign up pages and flows. See also relevant comment in #5975 (comment). |
Thanks @gtsiolis - I like the suggestion to handle the signup/login visual distinction separately in #5975 For this issue, let's proceed with changing the onboarding "Try Now" CTA on the website as a first step. This will accomplish:
|
Sounds good, @jldec! Posting for visibility that linking to |
Updated description to clarify sub-tasks |
Addendum to OP - https://github.com/gitpod-io/website/issues/1194 |
Problem to solve
In the upcoming Teams & Projects feature, we'd like to also introduce an onboarding flow that helps users get a well-configured, prebuilt, ready-to-code dev environment for their project. See also https://github.com/gitpod-io/roadmap/issues/8. 🗺️
Back in #4443, we've added the first bits of this new onboarding flow (
/new
) but this is still not enabled for new users signing up.Proposal
Let's redirect all new users to
/new
.Note The simplest strategy to do this would be (A) to change the 'Try Now' CTA link from the website. An alternative strategy (B) would be to auto-detect new users inside the dashboard by distinguishing logins from signups, and then redirecting signups to /new.
Depends on
(JL) Moving forward with this depends minimally on:
Once ☝️ are deployed, ship change to website 👇
Addendum
While waiting for #5583
The text was updated successfully, but these errors were encountered: