Rev-Registration
Rev-Registration copied to clipboard
Correct backend model fields
There are a few inconsistencies between the Django models that we need to fix:
Section:
-
term_code
: Should be changed toterm
Course:
-
dept
: Probably change tosubject
- Alternatively,
Section.subject
should be changed todept
. Just need to be consistent.
- Alternatively,
-
credit_hours
: While it does make sense for a course to havecredit_hours
rather than the Section, we currently don't use it, so should consider removing it?
Meeting
- Might want to move
web
here, since classes likeCSCE 121 - 599
(at the time of writing) have exams with an actual time, but the lectures are online.