mozilla / webmaker-browser

Webmaker for Browsers
https://webmaker.org
Mozilla Public License 2.0
48 stars 35 forks source link

Switch from html5 routing to GET routing #220

Closed errietta closed 9 years ago

errietta commented 9 years ago

Instead of having "#/project/1/user1" we can have "?project=1&user=1" in our client side code. This will make it possible to process get requests server side as well as client side without having really ugly urls like "/?project=1&user=1#/project/1/user/1"

xmatthewx commented 9 years ago

@errietta - I refiled this in the -core repo to keep the discussion visible to everyone. https://github.com/mozilla/webmaker-core/issues/602