ucsb-cs56-w20 / open-lab-scheduler

Display open lab hours for CS courses
1 stars 3 forks source link

Add sorting/filtering functionality to the Tutor table #122

Open jsun454 opened 4 years ago

jsun454 commented 4 years ago

As an admin, I should be able to sort tutors by name, experience, and whether they are active.

jsun454 commented 4 years ago

To address this issue, we would need to add buttons/arrows for sorting to src/main/resources/templates/tutors/tutors.html, as well as possibly ajax functionality for updating the user's sorting preference. We would also need to add sorting functionality to src/main/java/edu/ucsb/cs56/ucsb_open_lab_scheduler/controllers/TutorController.java.

jsun454 commented 4 years ago

Branch: t-5pm-d-sorting