You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was originally authored as a Google Doc, converting to a GitHub issue because @jojobyte likes Microsoft more than Google (</sarcasm>)
Most of these issues won’t need dedicated GitHub issues or PRs, but I will categorize them like conventional commits to help organize them. Some user experience (UX) issues will be tagged as “feat” if they affect a current feature that may need to be reconsidered, others may be more simple changes, which could go under “style” or “doc”.
I’m basically going through the whole app and testing each feature (link, button, etc). I’m not necessarily trying to break the app, but I’m monkeying around and being more picky than a normal user.
This document incorporates feedback from me and juliushamilton1
doc(julius): Minor aspects of user understanding: how does the wallet actually work? What information is your browser storing when you create a wallet? Is it downloading a temporary self custodial wallet into the browser session? How does that work, where is it saved to? How does locking work?
doc(julius): User experience: should you be able to create a new alias every time you log back in?
I want all buttons, fields, links, etc accessible by keyboard navigation
I can see it going from #home to #me, and hitting enter works, but not all action options (like the buttons) are available.
feat: I kind of want some hover options right on each contact in the list. This would bring some life and color to the otherwise sparse list.
send arrow - shortcut to send to this contact
receive arrow - shortcut to request from this contact
trash icon - quickly get rid of contacts that I know I didn’t share
star - not now, but later on, to bring up to a top section of the list
feat: Maybe we should use the big empty space in the contacts list to recommend pairing with other prominent wallets (mobile wallet, Desktop wallet, etc).
DCG’s mobile wallet definitely needs to display a QR for its xpub address.
We need to support importing raw xpubs if we don’t already.
style: Top button is “adjective noun”, bottom two buttons are “verb noun”. Maybe make it consistent.
Lock modal
style: The bottom button lines don’t line up, maybe because of emoji in one but not the other. Or maybe because of box-sizing: border-box
Disconnect modal
style: Still not sure “disconnect” is the right word. Leave for now. Either way, maybe change the bomb to something else? A broom or something else could be used if we changed it to “Clean”, but I’m not sure there’s anything better than a bomb for now. Leave it for now.
feat: Every time I click Request the wallet generates a new address. This might be unsettling for users. Need to rethink this functionality. Side note/question: Is this cycling through the 0 index on the HD path when no contact is selected? Either way, we may want to put our own username in the alias input box by default, which would be the default funding mechanism.
What about putting data into a normal web link (https://wallet.dashincubator.dev with parameters in the query string) that people can just click and accept your friend request)?
Needs a way to skip the passphrase (i.e. have an empty string "" or a constant, such as "NONE" that's automatically entered when the "skip passphrase" setting)
We need a way to see the list of what money has been sent and received
I shouldn't have to click Send 3 times to send
(but there definitely should be an animation and a 2 second "sending" - even if it doesn't take that long)
Phase 1 Testing
This was originally authored as a Google Doc, converting to a GitHub issue because @jojobyte likes Microsoft more than Google (
</sarcasm>
)Most of these issues won’t need dedicated GitHub issues or PRs, but I will categorize them like conventional commits to help organize them. Some user experience (UX) issues will be tagged as “feat” if they affect a current feature that may need to be reconsidered, others may be more simple changes, which could go under “style” or “doc”.
I’m basically going through the whole app and testing each feature (link, button, etc). I’m not necessarily trying to break the app, but I’m monkeying around and being more picky than a normal user.
This document incorporates feedback from me and juliushamilton1
Feedback by Application Feature
Welcome screen
New Wallet modal
Existing Wallet modal
Decrypt Wallet modal
Main screen
Alias Button
Edit Profile modal
Backup Wallet modal
Lock modal
Disconnect modal
Dash Balance field
Send Funds modal
Request Funds modal
Add a New Contact modal
Clicked Contact modal
The text was updated successfully, but these errors were encountered: