This PR fixes(?) the URLs given to Students for their Assignments.
Also, a notice has been added to the Students Assignments page reminding them to Sign In at www.wildcamgorongosa.org
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.
PR Overview
This PR fixes(?) the URLs given to Students for their Assignments.
www.wildcamgorongosa.org
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 theaccess_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.