website-backend
website-backend copied to clipboard
Adding pagination logic for fetching users in GET /users/search/
Issue Description
In the https://dashboard.realdevsquad.com/users/discord/ all the users are loaded at once and there is no pagination logic
Expected Behavior
Only some users should be fetched depending on how many users can be loaded before scrolled.
Current Behavior
All the users are being fetched at once as soon as the page is loaded
Screenshots
NA
Reproducibility
- [x] This issue is reproducible
- [ ] This issue is not reproducible
Steps to Reproduce
- Go to https://dashboard.realdevsquad.com/users/discord/
Severity/Priority
- [ ] Critical
- [ ] High
- [ ] Medium
- [x] Low
Additional Information
Checklist
- [x] I have read and followed the project's code of conduct.
- [x] I have searched for similar issues before creating this one.
- [x] I have provided all the necessary information to understand and reproduce the issue.
- [x] I am willing to contribute to the resolution of this issue.
Is this issue taken? I'd love to work on this