Open SamantaCasal opened 1 year ago
QA OK, I describe the current behaviors that were tested to approve the ticket:
1st Case, by default: "The user wants to know from which blockchain they are coming out, how much money they moved, and where they are going."
2nd Case: Click on Source/Target: "The user wants to know which blockchain they are going to, that is, which blockchain is receiving more USD."
Example of reading the graph, to understand if we show what we want to show: "In the last 7 days, the blockchain that had the most token output valued in USD is Aptos. Approximately 10.5 Million USD came out of Aptos, more than 73% went to Ethereum, about 25% to Solana, and the rest went to other chains.
However, only 258 thousand USD entered the Aptos network. It can be said that 49% came from BSC, 26% came from Eth, and 20% from Solana...
On the other hand, the blockchain that received the most USD was Ethereum with approximately 14.2 million, of which a little more than 54% came from Aptos...
In my opinion, the graph is understandable, and it leaves you wanting more information, which the user could obtain from a second table about the tokens. However, I leave some suggestions: Option 1: Removing the SOURCE/TARGET from the columns, having the switch, seems redundant. If we leave the switch button on mobile, relocate the buttons to facilitate navigation as follows:
Option 2: Leave the SOURCE/TARGET columns and add the switch in the middle.
Does what we show and the suggestions make sense to you? FYI: @mliu-xlabs @erikXLXYZ @Gpluv @valentinoConti
The cross-chain-activity chart (AKA the sankey chart) it's always interactive on the left side.
On default, you see the sources infos, where you can choose the chain that you want to see their top 10 targets with their volumes and percentages.
Later we added the chance to switch from sources information to targets information with a switch button. Doing that, we moved the right side to the left side so now we can interact with the targets and see their top 10 sources.
The idea of this ticket is maintaining the same functionality (being able to see sources AND targets information) but maintaining the sources always on the left and the targets always on the right.
This way the graph always shows sources --> targets.