Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort Tutor Assignment Table by Quarter, then Course, then Role, then Name #83

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

andrewhlu
Copy link
Contributor

@andrewhlu andrewhlu commented Dec 6, 2019

Addresses issue #23.

This PR implements the Comparable interface in the TutorAssignment class, allowing it to be sorted in the order listed in the title. The Repository controller's getTutorAssignments() method has been updated to use this new sort method by default. Lastly, the seed data has been updated to match the quarter format that is outputted by the UCSB API.

@andrewhlu andrewhlu added this to In Review in Tutor Assignments Dec 6, 2019
@andrewhlu andrewhlu marked this pull request as ready for review December 6, 2019 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Tutor Assignments
  
In Review
Development

Successfully merging this pull request may close these issues.

None yet

2 participants