Transaction History

Displaying User Transaction History

  1. User navigates to Transactions in App

  2. Display summary for each transaction

    1. Date

    2. Sending Node

    3. Receiving Node

    4. Total Amount (positive/negative)

    5. 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

  1. Select node

  2. Display summary for each transaction

    1. Date

    2. Total Amount (positive/negative)

    3. 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