redhatgov.github.io icon indicating copy to clipboard operation
redhatgov.github.io copied to clipboard

Allow Passing of Domain and Workshop Name via ? Parameter in URL

Open ajacocks opened this issue 5 years ago • 1 comments

Let's add the ability to set workshop(and possibly student ID) via parameter in the URL.

ajacocks avatar Jun 04 '20 13:06 ajacocks

Interface suggestion: http://redhatgov.io/workshops/containers_101/?student_id=32&domain=fiercesw.network&workshop=raytheon-containers

The implementation should read the query params, and write the cookie.

Also the change the function called upon pressing "enter" button to update the URI with proper query params.

Might want to append the query params to all the forward/backword links as well.

goozbach avatar Jul 09 '20 15:07 goozbach