Problem: We don't have pagination for any of the tables so we can't see all our data
Solution: implement pagination for all the tables
Description: After connecting the frontend and backend, we no longer have pagination and can't see all of our beautiful data. We need pagination for the student table, course table, student course table, and student exam table. There is an API call for pagination. Look at endpoint.md in the backend repo to learn how to use the pagination route (start and end)
Specs:
If blocked, contact @VKong6019
Problem: We don't have pagination for any of the tables so we can't see all our data
Solution: implement pagination for all the tables
Description: After connecting the frontend and backend, we no longer have pagination and can't see all of our beautiful data. We need pagination for the student table, course table, student course table, and student exam table. There is an API call for pagination. Look at endpoint.md in the backend repo to learn how to use the pagination route (
startandend)Specs:
If blocked, contact @VKong6019