zooniverse / wildcam-gorongosa-education

This is WildCam Labs, the education/exploration-oriented extension of the WildCam Gorongosa project.
https://lab.wildcamgorongosa.org/
Apache License 2.0
0 stars 1 forks source link

Fix Student Assignment links #329

Closed shaunanoordin closed 5 years ago

shaunanoordin commented 5 years ago

PR Overview

This PR fixes(?) the URLs given to Students for their Assignments.

At the moment, Assignments URLs Students see in the Assignments page (/students/assignments -> [Start Assignment]) look like this: https://www.wildcamgorongosa.org/#/classify/assignment-123/access_token=abcdefghijklmnop

This URL unfortunately seems to break; wildcamgorongosa.org does not route the /access_token=abcde portion in any sensible way.

The URL that works should instead be... https://www.wildcamgorongosa.org/#/classify/assignment-123

Problem is, I'm not entirely sure what the access_token was originally added for, and if there are any repercussions for taking this out. Assignments on WildCam Gorongosa work properly even with the access_token removed, but I need to monitor for any weirdness that I didn't plan for.

Status

Merging and deploying, with a hint of caution.

Tagging @mrniaboc to make sure I stay responsible.