Browser UX Review & Improvements
See original GitHub issueI just went through the branch feature/new-verifications-ux
and did a UX review.
Below are some items I came up with for improvements.
Let’s start a discussion around them and see which ones we want to implement and which ones we want to drop.
On-boarding / General (@larrysalibra)
- Add a section or info icon that links to documentation. Include the following links: Tutorials, BlockstackJS docs, Core API docs, FAQ. #852
- Switch the tabs for the wallet and the profile. #848
- Clean up the 404 page and center the text. #847
Apps Tab (@larrysalibra)
- Reorder the applications to the following: To-do list, Guild, Ongaku. #853
Wallet Tab (@larrysalibra)
- Remove the instruction text on the wallet tab. When users go to register a name, they will be given a payment prompt anyway. #854
- Include text on the wallet tab that indicates that the numbers shown are the user’s “balance”. #854
- Change the placeholder text on the send page of the wallet tab. Either no placeholder text should be used or the placeholder text should be obviously instructional and grayed out. #854
Profiles Tab (@yknl)
- Fix the error where the edit page does not load if the profile does not have name. #805
- Re-enable photo uploading on the edit page. #805
- Change all instances of “blockchain ID” to “Blockstack ID”. browser: #843 blockstack.js: https://github.com/blockstack/blockstack.js/issues/263
- Remove the “verify” button from the section where you can edit/prove an account. Instead, show the verification instructions after the user starts typing into the username field. #805
- Remove the “+” from the “+create new id” button on the “more” page. #805
- Include shadow social accounts for every social network that hasn’t been added to the user’s profile. #805
- Make all unverified social accounts come up as clearly unverified. #841
- Clean up the design for the name purchase view. #856
- On the name purchase view, change “cancel” to “back” and make sure it takes you back to the screen where you can search for a name. #856
- Make the profile image clickable and enlargeable. #805
Settings tab (@larrysalibra)
- Change the “storage providers” page so that it’s more in line with choosing which Gaia hub you want to use. Consider combining it with the API settings page. https://github.com/blockstack/blockstack-browser/issues/835
- Update the API settings page so that there’s a root url of the core node and all URL paths are defined in some standard. This can be something like “http://localhost:6270/v1/”. https://github.com/blockstack/blockstack-browser/issues/819
Potential Improvements (@yknl)
- Add the ability for a user to search for other people’s profiles. Maybe we can have the search bar open up a page on the explorer. #857
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
10 Tips to Improve Your Website's User Experience - Adoric
User Experience Design (UX Design) is the process of increasing user satisfaction (for apps and websites) by improving the usability, ...
Read more >Enhance User Flow – A Guide to UX Analysis - Toptal
This guide to conducting UX analysis helps designers evaluate and improve the user ... will show a measurable improvement to the product's user...
Read more >How To Perform UI/UX Review: Procedure, benefits and tips
1. Improved user experience - A UX review will help you identify problems with your website's design and how they affect user experience....
Read more >35 quick tips to improve web performance | by João Cunha
Speaking of CSS, here's a hot take: Optimizing CSS selectors for performance is useless — you can't predict the performance impact. The way...
Read more >A UX review template anyone can use | by Vernon Joyce
My goal for sharing this framework is to allow anyone to do a UX review; whether you are a UX designer or not....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Clicking on the profile icon should send you to the edit profile page if it hasn’t been edited before: https://github.com/blockstack/blockstack-browser/issues/849