-
Notifications
You must be signed in to change notification settings - Fork 54
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
Skip landing page for logged-in users #3639
Comments
So we want folks to be able to get to the landing page, but most folks won't need or want to see it. Let's implement the above, but make the logo in the upper left hand side of the screen take you back to the landing page. We'll need to add a /landing route back in to take you to that page without the redirect. |
We think that this can be accomplished by this:
To test:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The new landing page has two very clear calls to action, Start a Trial and Sign in as Transcriber. Both of these are focused on new site visitors, not existing project owners or volunteers, and this was mentioned by LVA.
We should consider redirecting from the landing page if
logged_in? == true
, either to the role-appropriate dashboard or to the findaproject page.The text was updated successfully, but these errors were encountered: