MrWednesday-glitch / YelpAgainstCompanies

A blog for commenting on companies and each other's comments
0 stars 0 forks source link

Make a paginator #12

Closed MrWednesday-glitch closed 10 months ago

MrWednesday-glitch commented 1 year ago

Only send a amount of hits to the front via the API, as well as meta info on which batch out of how many hits

MrWednesday-glitch commented 11 months ago

https://code-maze.com/paging-aspnet-core-webapi/

MrWednesday-glitch commented 10 months ago

THe new getcompanies endpoint is something like https://localhost:7196/companies?pageSize=2&pageNumber=1

MrWednesday-glitch commented 10 months ago

https://www.angularjswiki.com/material/mat-table-pagination/

MrWednesday-glitch commented 10 months ago

https://jasonwatmore.com/post/2022/12/13/angular-14-paging-and-sorting-table-data-example-tutorial

MrWednesday-glitch commented 10 months ago

https://www.npmjs.com/package/ngx-pagination

https://michaelbromley.github.io/ngx-pagination/#/

https://github.com/michaelbromley/ngx-pagination/blob/master/README.md

MrWednesday-glitch commented 10 months ago

https://www.angularjswiki.com/material/mat-table-serverside-pagination/

MrWednesday-glitch commented 10 months ago

Do not forget to clean up the code and unit test the back end