Look at the frontend issue here https://github.com/ByteFight-GT/frontend/issues/133
There should be a variable LEADERBOARD_PAGINATION that can be set using the admin (you would need to add an AdminLeaderboardController.java) to decide if the leaderboard should be paginated and if so how many rows per page. The webserver would support searching and use pagination with this. The frontend would show a single page leaderboard if the LEADERBOARD_PAGINATION variable is false. And if we have a single page leaderboard, the search would be done on the frontend. On the other hand if we have multiple pages, the search would be on the backend.
Look at the frontend issue here https://github.com/ByteFight-GT/frontend/issues/133
There should be a variable LEADERBOARD_PAGINATION that can be set using the admin (you would need to add an AdminLeaderboardController.java) to decide if the leaderboard should be paginated and if so how many rows per page. The webserver would support searching and use pagination with this. The frontend would show a single page leaderboard if the LEADERBOARD_PAGINATION variable is false. And if we have a single page leaderboard, the search would be done on the frontend. On the other hand if we have multiple pages, the search would be on the backend.