uwescience / myria-web

Web frontend for Myria
https://demo.myria.cs.washington.edu
Other
11 stars 14 forks source link

Make each query example have its own url #107

Open billhowe opened 10 years ago

billhowe commented 10 years ago

We want to send examples to people via email such that they can click the link and immediately see the code, rather than saying "go to the editor, then find the example called foo and click it"

I suppose we need the usual HTML5 tricks to manipulate the browser history and address bar without redirecting or refreshing the page.

dhalperi commented 10 years ago

Is this (roughly) a duplicate of #56 ?

billhowe commented 10 years ago

Looks like it, though urls for examples are probably simpler since examples have names. No need to figure out url encoding of a long query string.

On Fri, May 16, 2014 at 6:00 AM, Daniel Halperin notifications@github.comwrote:

Is this (roughly) a duplicate of #56https://github.com/uwescience/myria-web/issues/56?

— Reply to this email directly or view it on GitHubhttps://github.com/uwescience/myria-web/issues/107#issuecomment-43299876 .