User Story: Pagination on TradePost Tab
Opened this issue · 1 comments
OrinSparks commented
Description
- As a user, I would like the ability to scroll infinitely through the content posted in the TradePost tab on a user profile.
- As a user, I want the minimum amount of content to be loaded on page load to improve load time.
Acceptance Criteria
- Ability to scroll through the content posted on the TradePosts tab without manually changing page.
- Ability to load content in chunks as the user scrolls to only serve content that is being viewed.
Tasks
- Build the infinite scrolling functionality as well as any styling required.
brandonhach commented