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 has been archived by the owner on Oct 8, 2020. It is now read-only.
Course and Term are currently accessed by their ids: /courses/:id and /terms/:id
If I want to find information about a course, I'd have to navigate to the departments page and start looking for the course from there.
As a student/faculty having to remember the :id of the course stored some random server maintained by the Course app team is a lot to ask from me. What I'm more likely to already know, is the course code for that course.
So, I'm proposing to change the Course page from
/courses/:id to /courses/:course_code
and the Term page from
term/:id to /courses/:course_code/:year/:some_random_id
The text was updated successfully, but these errors were encountered:
Course and Term are currently accessed by their ids:
/courses/:id
and/terms/:id
If I want to find information about a course, I'd have to navigate to the departments page and start looking for the course from there.
As a student/faculty having to remember the
:id
of the course stored some random server maintained by the Course app team is a lot to ask from me. What I'm more likely to already know, is the course code for that course.So, I'm proposing to change the Course page from
/courses/:id
to/courses/:course_code
and the Term page from
term/:id
to/courses/:course_code/:year/:some_random_id
The text was updated successfully, but these errors were encountered: