Currently, the RPC Console uses the Send Bitcoin
and Receive Bitcoin
icons for commands and responses.
Two issues with this:
1) Non-Optimal UX
It’s non-optimal, in my opinion, that the icons used for signaling a Send Bitcoin
or Receive Bitcoin
are recycled elsewhere. These icons should be reserved and not used anywhere else. I propose we get/design a new icon for use in the RPC Console to signal commands and responses.
Maybe we can use the <
and >
symbols like so:
022:26:21 < getblockcount
122:26:21 > 1970004
2) Icons are used in the wrong order
The Receive Bitcoin
icon is used when you input a command and the Send Bitcoin
icon is used when you receive a response. This signals that the icons are employed through the framing of the RPC Console’s POV, not the users.
We should reframe the POV to be user-oriented.
-
a) We stick with the
Send Bitcoin
&Receive Bitcoin
Icons When you input a command, theSend Bitcoin
icon should show alongside the command. When you receive a response, theReceive Bitcoin
icon should show alongside the response. -
b) We use a new Icon/Symbol The new Icon or symbol should keep this POV framing in mind. A command input should be shown with a
Send
icon/symbol. A received response should be shown with aReceive
icon/symbol.