cloudcoderdotorg / CloudCoder

A web-based programming exercise system.
GNU Affero General Public License v3.0
71 stars 60 forks source link

Ability to link to particular CloudCoder pages or views #56

Closed jspacco closed 10 years ago

jspacco commented 11 years ago

Currently there's no way to link to anything inside CloudCoder. People have to log in, then navigate to find a particular page (i.e. to find a particular exercise).

It looks like we should use the GWT History mechanism for this (which we already do to some extent with the back-arrow that shows up on most CloudCoder pages):

https://developers.google.com/web-toolkit/doc/latest/DevGuideCodingBasicsHistory

daveho commented 10 years ago

Implemented: see issue #63.