You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 10, 2018. It is now read-only.
Routes should be:
For example:
View a list of colleges in the university
http://yourwebsite.com/list
View a list of departments in the College of Science and Mathematics
http://yourwebsite.com/list/STEM
View a list of courses in the Computer Science department
http://yourwebsite.com/list/STEM/CSC/courses
View course information for CSC 202
http://yourwebsite.com/list/STEM/CSC/courses/202
View degree requirements for a French major
http://yourwebsite.com/list/LiberalArts/FRE/degrees/492
Update course information for CSC 202
http://yourwebsite.com/edit/STEM/CSC/courses/202
Create a department in the College of Liberal Arts
http://yourwebsite.com/add/LiberalArts/
Update degree requirements for a French major
http://yourwebsite.com/edit/LiberalArts/FRE/degrees/492
The text was updated successfully, but these errors were encountered: