Offer an easier to consume pagination service aimed at apps
mrahhal opened this issue · 1 comments
mrahhal commented
- Consumer should be able to use mappers to transform results properly.
- Offer automatic parsing of query params to control the pagination.
- Allow configuring things like default page size, and whether or not the request can override it.
- Offer a swashbuckle support package that includes an operation filter to add the hidden params.
- Support IEnumerable + IQueryable. IEnumerable will do a quick in memory paging that replicates a cursor pagination.
mrahhal commented
Will be built into a different repository/package since the features here will require a dependency on aspnetcore.