Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Change the uri used to access Course and Term #44

Open
seekshiva opened this issue Nov 27, 2013 · 3 comments
Open

Change the uri used to access Course and Term #44

seekshiva opened this issue Nov 27, 2013 · 3 comments
Assignees
Milestone

Comments

@seekshiva
Copy link
Owner

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

@nobelium
Copy link
Collaborator

I think it could be done later.

@nobelium
Copy link
Collaborator

nobelium commented Dec 6, 2013

It makes more sense to map term/:id to course/:dept_short_name/:dept/:course_code

@seekshiva
Copy link
Owner Author

Moving this over to v1.0 milestone

@seekshiva seekshiva modified the milestones: v0.0.2, v1.0 Mar 13, 2014
@seekshiva seekshiva self-assigned this Apr 18, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants