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

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

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.

reviewbot
  1. Tool: Pyflakes
    Ignored Files:
        lib/frontend/main.js
    
    
    
    Tool: PEP8 Style Checker
    Ignored Files:
        lib/frontend/main.js
    
    
  2. 
      
mike_conley
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (4b06761)
Loading...