On the frontend, show the right thing if there's a ?student= query string.

Review Request #6941 — Created Feb. 12, 2015 and submitted — Latest diff uploaded

Information

student-sonar
master
dc29697...

Reviewers

Because we're using pushState to modify the history, and the HTML/JS that's
sent to the client is the same no matter what, we need to do some routing on
the frontend. This now looks at the query string to see if there's a ?student=,
and if so, opens up the relevant student view.

Opened URLs with ?student= in them and saw it do the right thing.

    Loading...