daccotta-org / daccotta

A social network for movies.
https://app.daccotta.com
MIT License
84 stars 42 forks source link

[BACKEND] Implement server side pagination on Lists and Friends Page. #307

Open AshuKr22 opened 1 week ago

AshuKr22 commented 1 week ago

currently when fetching lists from the backend all the lists and friends page are provided at once, we need to fix that. server-side pagination is needed to be implemented on the backend and queries should be modified for that on the frontend

SandipGyawali commented 1 week ago

@AshuKr22 can i do it. I have an exposure of service side pagination..

AshuKr22 commented 1 week ago

sure

SandipGyawali commented 1 week ago

@AshuKr22 i have a doubt i looked around the code base and found that every information is being gained from the userPersonal data only and impleneing the server side pagination is quote tuffe because the controller is little cluttered do you have any idea about any stratigic way, i can update it but i want to know your opinion on it too..