Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pagination to transaction history view #1652

Closed
cryptoBeliever opened this issue Aug 22, 2021 · 3 comments · Fixed by #1700
Closed

Add pagination to transaction history view #1652

cryptoBeliever opened this issue Aug 22, 2021 · 3 comments · Fixed by #1700

Comments

@cryptoBeliever
Copy link
Contributor

cryptoBeliever commented Aug 22, 2021

Steps:

  1. Login to account that have a lot of transactions (example private key for testnet: 56ECDB91928CFBBE274B90124BDB68C424DC8A079E60FD5DD0A37968CCC3B7B2)

  2. Go to Home -> History

Current result:
Wallet load all confirmed transactions which makes it not responsible if account has many transactions.

Expected result:
Wallet load only transactions that are currently visible on view.

@cryptoBeliever cryptoBeliever added P3 Issue Minor defect in aesthetics and removed P3 Issue Minor defect in aesthetics labels Aug 22, 2021
@coiki coiki changed the title Transaction history view is loading all transactions Add pagination to transaction history view Aug 24, 2021
@coiki
Copy link

coiki commented Aug 24, 2021

User Story

As a user that has made transactions with my wallet,
I want to see my recent relevant transactions quickly, and have the ability to browse through my entire history when I need to,
so I can understand what mosaics have come in and out of my wallet.

Solution

Implement pagination to the API call (if not available) and screen of the Transaction History View.

Acceptance Criteria

AC1. When I enter the Transaction History View I can see the 10 most recent transactions.
AC2. When I click on the "See more" link, the next 20 transactions load. They will keep loading 20 by 20.
AC3. When I have reached the end of the list, a text "End of History" will be shown instead of "See more" link.

@coiki
Copy link

coiki commented Aug 31, 2021

Implementation might be infinite scroll rather than "See more" button. Depending on if we can find the work that was done previously.

@cryptoBeliever
Copy link
Contributor Author

Fixed in dev 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants