ramrompp / beepbeep

Frontend for Mepa-Store Market Ad Service.
0 stars 0 forks source link

Story: Paging for market ad cards #3

Open ramrompp opened 9 years ago

ramrompp commented 9 years ago

As a user I want to only see 20 market ads at one time So that with large number of ads, listing them would not take unreasonable amount of time

Given user opens market ad search view When market ad cards are shown Then only show 20 cards at the time And provide paging for user to navigate through rest of the market ads

ramrompp commented 9 years ago

Paging should be implemented at mepa-store service side. Returned json should include indexing information with total amount of ads in data service, current paging index, amount of pages.