Currently get returns all available tasks Improve it by using pagination: - [ ] return 5, 10 ,25 results (currently frontend does this) - [ ] enable sorting (requires UI change) - [ ] https://www.baeldung.com/spring-data-jpa-pagination-sorting
Currently get returns all available tasks
Improve it by using pagination: