LawrenceHierlmeier / SchedulePlanner

0 stars 1 forks source link

Implement way to keep track of courses user has taken or scheduled #14

Closed aswgxf closed 2 years ago

tgl7h4 commented 3 years ago

I figure that a many-to-many relationship between User and Course is probably the best way to store previous courses; similar situation with planned courses, but I made an intermediary class (Scheduled) to keep track of the planned semester so that we can throw those courses onto a visual schedule when that gets made. Not sure what else I need to do to fully implement this; if anyone else has suggestions, drop them here.

tgl7h4 commented 2 years ago

Implemented Ashton's semester code & combined both taken and planned courses into a single relation labelled "CreditHour" (liable to change). Issue closed.