mattrobineau / stories

Community driven link aggregater for .Net written in C#
MIT License
1 stars 1 forks source link

Centralize pagination #44

Open mattrobineau opened 7 years ago

mattrobineau commented 7 years ago

There is currently pagination on stories coming from the StoryService.

We want to be able to apply pagination to all IQueryables in the future.

Some methods of the mentioned services will not require pagination, for example, getting the last 5 Stories/Comments to display on the user's profile page. When moderators or admins view the user's profile page, they should get the whole history (paginated).