Currently, the checklist doesn’t show non-course graduation requirements such as:
"CS major average of over 60%",
"No more than 2.0 units of failed courses".
These requirements should be displayed at the bottom, just before the disclaimer.
The database already has these requirements stored as text fields for each template checklist and the UserChecklist table has a foreign key to the Checklist table which has a foreign key to the NonCourseRequirement table.
Currently, the checklist doesn’t show non-course graduation requirements such as:
"CS major average of over 60%",
"No more than 2.0 units of failed courses".
These requirements should be displayed at the bottom, just before the disclaimer.
The database already has these requirements stored as text fields for each template checklist and the UserChecklist table has a foreign key to the Checklist table which has a foreign key to the NonCourseRequirement table.