ucsb-cs56-w20 / open-lab-scheduler

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

Add a column to the TutorAssignment table that indicates whether each tutor has already been assigned to a different course #121

Open jsun454 opened 4 years ago

jsun454 commented 4 years ago

When an admin clicks on a W20 course for example, they should see whether each tutor has already been assigned to a different W20 course

jsun454 commented 4 years ago

To address this issue, we would need to add a column to the TutorAssignment table in src/main/resources/templates/tutorAssignment/manage.html that checks if a tutor has been assigned to a different course. In src/main/java/edu/ucsb/cs56/ucsb_open_lab_scheduler/controllers/TutorAssignmentController.java, we would need to create another shouldBeChecked object and add it to the model.