diem / explorer

Apache License 2.0
6 stars 11 forks source link

Homepage shows recent transactions in paginated format #33

Open gthoma17 opened 3 years ago

gthoma17 commented 3 years ago

Business/User Value: As an explorer of Diem I want to more than just the 10 most recent transaction so that I can poke around further and find what I'm looking for

Acceptance Criteria

GIVEN I am on the homepage WHEN click the 'previous' button adjacent to the Recent Transactions Table THEN the 10 previous transactions are displayed AND clicking the 'next' button returns me to the original transactions

DESIGN NOTES

DEV NOTES [Relevant technical notes that developers may ask you to add to the story during weekly prep meeting (pre-IPM or IPM); sometimes they may add these themselves or add them as tasks]

mkollasch-vmware commented 2 years ago

I think it'd be better to do this with a cursor pagination strategy than an offset pagination strategy.