-
Notifications
You must be signed in to change notification settings - Fork 73
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
[profile] Log-Out behavior from user's profile #994
Comments
@theprofessora some questions on UX when logging out of profile page. |
Some answers to the questions:
The "Marketplace" tab in the nav should be selected. The vast majority of the time, I suspect a user will navigate to someone's profile by clicking their username on a project details page or on a project listing. Especially since I don't think our search bar works for finding other users at the moment, only for searching projects.
Given the future design plans we have for the profile, I think we definitely need a /profile.
I like the ability to logout from any page. I'm not sure this is a question for me, though, because I don't know what engineering will be required to detect when a user has logged out.
From Profile From Portfolio From any other page Clicking the "login to buy" launches the login modal. |
this will all change with new onboarding flow |
Description
This is the current behavior for profile page which is accessible for logged-in users only:
/login
/users/<Address_or_handle>
/users/<Address_or_handle>
See this discussion here too
Problem
@0xemc @ladytrekker yes I agree it is confusing, I raised this during dev but it was low priority and we had bigger UX issues to solve :)
I think if you are on your profile page logged in (https://www.carbonmark.com/users/jabby) and I click the LOG OUT button, I should be redirected to https://www.carbonmark.com/users/login
(note: this is the behaviour on the Portfolio page)
Originally posted by @jabby09 in KlimaDAO/bezos-frontend#434 (comment)
Questions
/profile
? E.g. user which is not logged in:users/<Address_or_handle>
, user which is logged in looking at own profile:/profile/<Address_or_handle>
?The text was updated successfully, but these errors were encountered: