Transaction History
Displaying User Transaction History
User navigates to Transactions in App
Display summary for each transaction
Date
Sending Node
Receiving Node
Total Amount (positive/negative)
Transaction Memo
Notes:
Unless required, avoid all an All Transactions view as it can easily be confusing to users
Crypto programs must use the node level transaction history to separate crypto and fiat transactions
Display transaction history as an infinite scroll
Load 1-2 pages ahead of the current user screen in order to minimize load times
Allow users to select date windows for transactions.
Filter transactions by adding a json query to the url string
Displaying Node Transaction History
Select node
Display summary for each transaction
Date
Total Amount (positive/negative)
Transaction Memo
Notes:
Display transaction history as an infinite scroll
Load 1-2 pages ahead of the current user screen in order to minimize load times
Allow users to select date windows for transactions.
Filter transactions by adding a json query to the url string
Last updated